Skip to content

Commit

Permalink
chore: fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 11, 2023
1 parent 0bd7920 commit a10bb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function toggleLocales() {
</script>

<template>
<nav mt-6 text-xl flex="~ gap-4">
<nav flex="~ gap-4" mt-6 justify-center text-xl>
<RouterLink icon-btn to="/" :title="t('button.home')">
<div i-carbon-campsite />
</RouterLink>
Expand Down

0 comments on commit a10bb5b

Please sign in to comment.