1
0
Fork 0

Merge pull request #4477 from freesewing/joost

fix(shared): Hover color on edit page button
This commit is contained in:
Joost De Cock 2023-07-16 09:29:01 +02:00 committed by GitHub
commit 81c9c6395f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,9 +89,10 @@ export const MdxMetaData = ({ frontmatter, locale, slug }) => {
<div className="hidden xl:block mb-4">
<a
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 />
<span>Found a mistake?</span>
<span>{t('editThisPage')}</span>
</a>
<div