Skip to content

Commit

Permalink
Add PrepVerse files
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Feb 6, 2024
1 parent 316a088 commit d7c4902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/src/prepverse-theme/common-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const CommonFooter = () => {
>
<Icon
className={clsx(
"w-9 h-9 sm:w-6 sm:h-6",
"w-9 h-9 sm:w-8 sm:h-8",
)}
/>
</a>
Expand Down
4 changes: 2 additions & 2 deletions documentation/src/prepverse-theme/landing-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export const LandingFooter = () => {
>
<Icon
className={clsx(
"w-8 h-8",
"landing-lg:w-6 landing-lg:h-6",
"w-6 h-6",
"landing-lg:w-8 landing-lg:h-8",
)}
/>
</a>
Expand Down

0 comments on commit d7c4902

Please sign in to comment.