Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
馃悰 馃拕 text decoration for links
Browse files Browse the repository at this point in the history
text decoration for links

馃悰 Bugfix, 馃拕 Cosmetic
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent 51e7ba1 commit a2eea0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/components/AppPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ const AppPage = (props: PropsWithChildren) => {
alignItems="center"
spacing={1}
>
<Link href={getHomeRoute()}>
<Link
href={getHomeRoute()}
style={{
textDecoration: `none`,
}}
>
<Typography
level="h4"
sx={{
Expand Down
1 change: 0 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ body {

a {
color: inherit;
text-decoration: none;
}

0 comments on commit a2eea0c

Please sign in to comment.