Skip to content

Commit

Permalink
Merge branch 'main' into rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikgeissler authored Feb 23, 2024
2 parents 624ebcf + 213f5f9 commit bb1b4a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</script>

<!-- Shows image of name of german association if page is german. Otherwise shows name of association. -->
{#if $microcopy?.country == `de`}
{#if $microcopy?.country == `de` || $microcopy?.country == `at`}
<h1>
<img
src="/logo-name.svg"
src="/logo-name-de.svg"
alt="StudyTutors"
width="1924px"
width="1612px"
height="163px"
/>
</h1>
Expand All @@ -29,7 +29,7 @@
</svelte:head>

<h2>
{$microcopy?.indexPage?.theme}
{@html $microcopy?.indexPage?.theme}
</h2>

<section style="white-space: nowrap;">
Expand Down
1 change: 1 addition & 0 deletions static/logo-name-de.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/logo-name.svg

This file was deleted.

0 comments on commit bb1b4a2

Please sign in to comment.