Removed decoration on link component

This commit is contained in:
Patrick Alvin Alcala 2025-09-04 11:37:06 +08:00
parent 20c96bb904
commit da0c2f659e
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
a
text-decoration: none
color: inherit

View file

@ -1,4 +1,4 @@
// import { prefetch } from 'astro:prefetch' import './Link.sass'
interface Props { interface Props {
to: string to: string