1
0
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:
Phuoc Nguyen
2020-02-04 10:15:12 +07:00
parent b456c81391
commit a8932a0b0f

View File

@@ -7,8 +7,9 @@ import React from 'react';
const Github: React.FC<{}> = () => {
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
className="z-10"
width="80"
height="80"
viewBox="0 0 250 250"