Skip to content

Commit

Permalink
refac: ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain committed Nov 21, 2023
1 parent 5080eaa commit 91ddd16
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<div class="flex h-5 shrink-0 items-center">
<img alt="walt.id" class="h-7 w-auto" src="/logo.png" />
</div>
<span class="text-gray-50 font-bold text-2xl"> walt.id </span>
<div class="flex flex-col">
<span class="text-gray-50 font-bold text-2xl">walt.id
<span class="text-primary-400 text-1xl">CREDENTAILS</span></span>
</div>
</div>
<div class="flex flex-row">
<nav>
Expand Down Expand Up @@ -158,6 +161,14 @@ const headerNavigation: { title: string; url: string }[] = [
title: "Homepage",
url: "https://walt.id",
},
{
title: "Community",
url: "https://walt.id/discord"
},
{
title: "Docs",
url: "https://docs.oss.walt.id/",
},
];
</script>

Expand Down

0 comments on commit 91ddd16

Please sign in to comment.