Skip to content

Commit

Permalink
feat: made Automattic logo an anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 15, 2024
1 parent 9a42d1f commit 4ff9c7e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/web/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
</GutterCenter>

<div class="w-full flex flex-row justify-center">
<h2 class="dark:text-white flex items-center">
An
<div class="inline-block"><AutomatticLogo height="32px" width="140px" /></div>
{displayName}
</h2>
<a href="https://automattic.com/">
<h2 class="dark:text-white flex items-center">
An
<div class="inline-block"><AutomatticLogo height="32px" width="140px" /></div>
{displayName}
</h2>
</a>
</div>

0 comments on commit 4ff9c7e

Please sign in to comment.