Skip to content

Commit

Permalink
Merge pull request #13 from wedinc/fix/rm-footer
Browse files Browse the repository at this point in the history
fix: rm footer
  • Loading branch information
yanskun authored Oct 27, 2023
2 parents e0b7200 + 2aae515 commit 6e891dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@
<div>
<p class="text-3xl font-bold underline">WED Engineering Team Blog</p>
<slot />
<footer class="text-3xl font-bold underline">
<a href="https://github.com/wedinc" target="_blank">
<img class="h-5" src="@/github-mark.png" alt="github logo" />
</a>
</footer>
</div>
</template>

0 comments on commit 6e891dc

Please sign in to comment.