mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-07 14:46:38 +02:00
Fix the index of github ribbon
This commit is contained in:
@@ -7,8 +7,9 @@ import React from 'react';
|
|||||||
|
|
||||||
const Github: React.FC<{}> = () => {
|
const Github: React.FC<{}> = () => {
|
||||||
return (
|
return (
|
||||||
<a href="https://github.com/phuoc-ng/csslayout" target="_blank">
|
<a href="https://github.com/phuoc-ng/csslayout" rel="noopener noreferrer" target="_blank">
|
||||||
<svg
|
<svg
|
||||||
|
className="z-10"
|
||||||
width="80"
|
width="80"
|
||||||
height="80"
|
height="80"
|
||||||
viewBox="0 0 250 250"
|
viewBox="0 0 250 250"
|
||||||
|
Reference in New Issue
Block a user