Skip to content

Commit

Permalink
feat: added cool feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Oct 23, 2023
1 parent e7e49e0 commit 1d7eee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/LandingPage.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<template>
<img class="animate-pulse" src="@/assets/logo.png" alt="NethServer 8 Logo" />
<img class="animate-pulse"
src="@/assets/logo.png" alt="NethServer 8 Logo" />
</template>
1 change: 1 addition & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import LandingPage from '../components/LandingPage.vue'
import App from '../App.vue'
</script>

<template>
Expand Down

0 comments on commit 1d7eee5

Please sign in to comment.