Skip to content

Commit

Permalink
fix the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Sep 6, 2024
1 parent ebb2fed commit 017eaa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Link.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<component
:is="tag"
class="h-full w-fit select-none overflow-y-hidden"
:class="i18n.global.locale == 'ar' ? 'max-md:h-[2.5ch]' : 'max-md:h-5'"
class="w-fit select-none overflow-y-hidden"
:class="i18n.global.locale == 'ar' ? '!h-7 max-md:h-[2.5ch]' : 'max-md:h-5'"
>
<a @click="gotoSection(url)" :href="url" class="group">
<p
Expand Down
2 changes: 1 addition & 1 deletion src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const socialLinks = [

const resourceLinks = [
{
label: 'Huy Nguyen (the designer of this ui)',
label: 'Huy Nguyen (the ui designer)',
url: 'https://www.huyng.xyz',
},
{
Expand Down

0 comments on commit 017eaa7

Please sign in to comment.