Skip to content

Commit 32d1e9c

Browse files
committed
feat: add tiktok icon to footer
1 parent 19821fd commit 32d1e9c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

components/Footer.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ export default function Footer() {
3333
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z" />
3434
</svg>
3535
</a>
36+
<a href="https://tiktok.com/@_aaacec_" className="w-7 h-7">
37+
<svg className="fill-current" viewBox="0 0 16 16">
38+
<path d="M9 0h1.98c.144.715.54 1.617 1.235 2.512C12.895 3.389 13.797 4 15 4v2c-1.753 0-3.07-.814-4-1.829V11a5 5 0 1 1-5-5v2a3 3 0 1 0 3 3z" />
39+
</svg>
40+
</a>
3641
<a href="https://www.facebook.com/aaacec" className="w-7 h-7">
3742
<svg className="fill-current" viewBox="0 0 16 16">
3843
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951" />
@@ -42,7 +47,7 @@ export default function Footer() {
4247
</div>
4348
</div>
4449
</div>
45-
<div className={`${is100Nossao ? 'bg-[#060606]' : 'bg-red-950' } text-center text-sm sm:text-base py-4 w-full`}>
50+
<div className={`${is100Nossao ? 'bg-[#060606]' : 'bg-red-950'} text-center text-sm sm:text-base py-4 w-full`}>
4651
<p>&copy; {new Date().getFullYear()} Associação Atlética Acadêmica da Ciência e Engenharia de Computação. Todos os direitos reservados.</p>
4752
</div>
4853
</footer >

0 commit comments

Comments
 (0)