This commit is contained in:
Patrick Alvin Alcala 2025-08-26 18:00:11 +08:00
parent d638115739
commit aa50f18dc5

View file

@ -1,11 +1,9 @@
interface Props { interface Props {
to: string to: string
children?: any children?: any
} }
export default (props: Props) => { export default (props: Props) => {
return ( return (
<> <>
<a href={props.to} aria-label={`Go to ${props.to}`}> <a href={props.to} aria-label={`Go to ${props.to}`}>