diff --git a/.changes/update-logo.md b/.changes/update-logo.md new file mode 100644 index 0000000..9f2e4f4 --- /dev/null +++ b/.changes/update-logo.md @@ -0,0 +1,5 @@ +--- +"algohub": patch:feat +--- + +Update logo to use `.svg` file instead of `.png`. diff --git a/.cspell.json b/.cspell.json index 9cdd818..830fbb8 100644 --- a/.cspell.json +++ b/.cspell.json @@ -10,6 +10,7 @@ "covector", "dtolnay", "emptydirs", + "evenodd", "farmfe", "Gridlines", "icns", diff --git a/public/acm-light.png b/public/acm-light.png deleted file mode 100644 index 93058ae..0000000 Binary files a/public/acm-light.png and /dev/null differ diff --git a/public/acm.png b/public/acm.png deleted file mode 100644 index b2a41e1..0000000 Binary files a/public/acm.png and /dev/null differ diff --git a/public/algohub-day.svg b/public/algohub-day.svg new file mode 100644 index 0000000..2b603b7 --- /dev/null +++ b/public/algohub-day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/algohub-night.svg b/public/algohub-night.svg new file mode 100644 index 0000000..ce43470 --- /dev/null +++ b/public/algohub-night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/UniversalToolBar.vue b/src/components/UniversalToolBar.vue index 45345d9..1fe3c0b 100644 --- a/src/components/UniversalToolBar.vue +++ b/src/components/UniversalToolBar.vue @@ -145,7 +145,7 @@ const toString = (value: any) => {