Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 26, 2024
1 parent e3cbe29 commit 925cb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Favicons.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import favIcon from '~/assets/favicons/favicon.ico';
import favIconSvg from '~/assets/favicons/favicon.svg';
import appleTouchIcon from '~/assets/favicons/apple-touch-icon.png';
import scopeLogo from '~/assets/images/scope.svg'
import scopeLogo from '~/assets/images/scope_bright_small.png'
---

<link rel="shortcut icon" href={favIcon} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Logo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import Image from './common/Image.astro';
---

<span class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
<Image src: '~/assets/images/scope.svg'></Image> {SITE?.name}
{SITE?.name}
</span>

0 comments on commit 925cb33

Please sign in to comment.