mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Remove duplicate prop in bio.js (#1599)
This commit is contained in:
parent
8311550e47
commit
8a6226a7fe
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ export default function Bio({ popup = true, spanTwo = false, ...props }) {
|
||||||
as={'a'}
|
as={'a'}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href={href}
|
href={href}
|
||||||
target="_blank"
|
|
||||||
sx={{ transform: 'translateX(-2px)' }}
|
sx={{ transform: 'translateX(-2px)' }}
|
||||||
>
|
>
|
||||||
{href}
|
{href}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue