Skip to content
Snippets Groups Projects
Commit 0e0d8419 authored by Felix Riehm's avatar Felix Riehm
Browse files

replace mpdl logo

parent aaab1189
Branches
No related tags found
No related merge requests found
...@@ -6,4 +6,4 @@ const VERSION string = "20231210154026" ...@@ -6,4 +6,4 @@ const VERSION string = "20231210154026"
// This has to be replaced manually by the developer. The prupose of this is to show a notification on the frontend // This has to be replaced manually by the developer. The prupose of this is to show a notification on the frontend
// if there is a new frontend version. This might be helpful if the program runs on a long term installation or // if there is a new frontend version. This might be helpful if the program runs on a long term installation or
// if the user has to clear the cache to get the newest frontend version // if the user has to clear the cache to get the newest frontend version
const EXPECTED_FRONTEND_VERSION int64 = 20240116140759 const EXPECTED_FRONTEND_VERSION int64 = 20240226135603
# the following line will be replaced by a script ("update_version.sh"). Do not change the line. If you do, make sure to change the script. You also need to copy this number manually to the backend code if you want to trigger a notification for the user when the user is running the application but has not updated the browser, or if the user has to clear the browser cache. # the following line will be replaced by a script ("update_version.sh"). Do not change the line. If you do, make sure to change the script. You also need to copy this number manually to the backend code if you want to trigger a notification for the user when the user is running the application but has not updated the browser, or if the user has to clear the browser cache.
VERSION=20240226105052 VERSION=20240226135603
\ No newline at end of file \ No newline at end of file
web/assets/images/MPDL-Logo_re_unten.png

210 KiB

web/assets/images/logo-mpdl-twocolor-dark-var1-box.png

284 KiB

This diff is collapsed.
import {easeBackOut, easeCircleOut, easeCubicOut, easeExpOut, easeQuadOut, Selection} from "d3"; import {easeBackOut, easeCircleOut, easeCubicOut, easeExpOut, easeQuadOut, Selection} from "d3";
import {Canvas} from "./canvas"; import {Canvas} from "./canvas";
import MpdlLogo from "../../assets/images/MPDL-Logo_re_unten.png"; import MpdlLogo from "../../assets/images/logo-mpdl-twocolor-dark-var1-box.png";
import {ServiceTheme} from "../theme/model"; import {ServiceTheme} from "../theme/model";
import {HatnoteVisService} from "../service_event/model"; import {HatnoteVisService} from "../service_event/model";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment