fix: make "Subscribe to RSS" link in blog post page in a primary color
This commit is contained in:
parent
5ad4357633
commit
dbe8d2ed44
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ export default async function BlogSlugArticle({
|
||||||
<Button
|
<Button
|
||||||
variant={"link"}
|
variant={"link"}
|
||||||
size={"lg"}
|
size={"lg"}
|
||||||
className="mx-0 px-2 text-accent-foreground"
|
className="mx-0 px-2 text-primary"
|
||||||
>
|
>
|
||||||
<Rss className="w-5 h-5 mr-1" /> Subscribe to RSS
|
<Rss className="w-5 h-5 mr-1" /> Subscribe to RSS
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue