Skip to content

Commit

Permalink
logo on loginscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
masinnae committed May 23, 2024
1 parent 268fddd commit 07d8321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/views/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/>
<h3>{{ $t("login.about") }}</h3>
<a class="login-button" :href="useCASUrl().CASUrl">{{ $t("login.login") }}</a>
<img alt="ugent logo" class="ugent-logo" :src="`/src/assets/${$t('logo')}`" />
<UgentLogo class="ugent-logo" />
<LocaleSwitcher class="login-switcher" />
</div>
</div>
Expand All @@ -18,6 +18,7 @@
<script setup lang="ts">
import { useCASUrl } from "@/stores/cas-url";
import LocaleSwitcher from "@/components/switcher/LocaleSwitcher.vue";
import UgentLogo from "@/components/navigation/UgentLogo.vue";
</script>

<style scoped>
Expand Down

0 comments on commit 07d8321

Please sign in to comment.