mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Fix hover state strapi link
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
d3e5973231
commit
e3790eba15
@ -16,9 +16,9 @@ function LeftMenuFooter({ version }) {
|
|||||||
return (
|
return (
|
||||||
<Wrapper>
|
<Wrapper>
|
||||||
<div className="poweredBy">
|
<div className="poweredBy">
|
||||||
<a key="website" href="https://strapi.io" target="_blank" rel="noopener noreferrer">
|
<A key="website" href="https://strapi.io" target="_blank" rel="noopener noreferrer">
|
||||||
Strapi
|
Strapi
|
||||||
</a>
|
</A>
|
||||||
|
|
||||||
<A
|
<A
|
||||||
href={`https://github.com/strapi/strapi/releases/tag/v${version}`}
|
href={`https://github.com/strapi/strapi/releases/tag/v${version}`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user