Skip to content

Commit

Permalink
fix(navbar): "SudoSOS Login" -> "SudoSOS" (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperVK authored Dec 18, 2024
1 parent 2d37771 commit d9e99ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/TopNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
>
<template #start>
<router-link to="/" class="no-underline text-white font-bold flex align-items-center flex-row py-1">
{{ t("modules.auth.login.sudosos") }}
{{ t("common.sudosos") }}
<img class="h-4rem py-2" src="../assets/img/gewis-branding.svg" alt="SudoSOS" />
</router-link>
</template>
Expand Down

0 comments on commit d9e99ba

Please sign in to comment.