tour readmore
This commit is contained in:
parent
2b6229f049
commit
080b196dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -2,10 +2,10 @@ export function ReadMore({ href = "#" }: { href?: string }) {
|
|||
return (
|
||||
<a
|
||||
href={href}
|
||||
onClick={(e) => e.preventDefault()}
|
||||
className="text-emerald-600 underline underline-offset-2 hover:text-emerald-700"
|
||||
>
|
||||
Read more
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue