Merge pull request #4477 from freesewing/joost
fix(shared): Hover color on edit page button
This commit is contained in:
commit
81c9c6395f
1 changed files with 2 additions and 1 deletions
|
@ -89,9 +89,10 @@ export const MdxMetaData = ({ frontmatter, locale, slug }) => {
|
||||||
<div className="hidden xl:block mb-4">
|
<div className="hidden xl:block mb-4">
|
||||||
<a
|
<a
|
||||||
href={`https://github.dev/freesewing/freesewing/blob/develop/markdown/${siteConfig.tld}/${slug}/en.md`}
|
href={`https://github.dev/freesewing/freesewing/blob/develop/markdown/${siteConfig.tld}/${slug}/en.md`}
|
||||||
className="btn btn-secondary flex flex-row justify-between items-center w-full px-4"
|
className="btn btn-success flex flex-row justify-between items-center w-full px-4 bg-gradient-to-r from-primary to-accent mb-4 hover:from-accent hover:to-accent"
|
||||||
>
|
>
|
||||||
<EditIcon />
|
<EditIcon />
|
||||||
|
<span>Found a mistake?</span>
|
||||||
<span>{t('editThisPage')}</span>
|
<span>{t('editThisPage')}</span>
|
||||||
</a>
|
</a>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue