Removed decoration on link component
This commit is contained in:
parent
20c96bb904
commit
da0c2f659e
2 changed files with 4 additions and 1 deletions
3
fwt/components/Link/Link.sass
Normal file
3
fwt/components/Link/Link.sass
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
a
|
||||
text-decoration: none
|
||||
color: inherit
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// import { prefetch } from 'astro:prefetch'
|
||||
import './Link.sass'
|
||||
|
||||
interface Props {
|
||||
to: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue