1
- import {
2
- FiGithub ,
3
- FiTwitter ,
4
- FiInstagram ,
5
- FiFeather ,
6
- FiBook ,
7
- } from 'react-icons/fi' ;
1
+ import { FiGithub , FiTwitter , FiInstagram , FiBook } from 'react-icons/fi' ;
8
2
import { Link } from 'react-router-dom' ;
9
3
10
4
const socialLinks = [
@@ -35,8 +29,8 @@ const AppFooter = () => {
35
29
< div className = "container mx-auto" >
36
30
< div className = "pt-20 sm:pt-30 pb-8 mt-20 border-t-2 border-primary-light dark:border-secondary-dark" >
37
31
{ /* Footer social links start */ }
38
- < div className = "flex flex-col justify-center items-center mb-12 sm:mb-28" >
39
- < p className = "text-3xl sm:text-4xl font-semibold text-primary-dark dark:text-primary-light mb-5" >
32
+ < div className = "font-general-regular flex flex-col justify-center items-center mb-12 sm:mb-28" >
33
+ < p className = "text-3xl sm:text-4xl text-primary-dark dark:text-primary-light mb-5" >
40
34
Follow me
41
35
</ p >
42
36
< ul className = "flex gap-4 sm:gap-8" >
@@ -57,9 +51,9 @@ const AppFooter = () => {
57
51
{ /* Footer social links end */ }
58
52
59
53
{ /* Footer copyright start */ }
60
- < div className = "flex justify-center items-center text-center" >
54
+ < div className = "font-general-regular flex justify-center items-center text-center" >
61
55
< div className = "text-lg text-ternary-dark dark:text-ternary-light" >
62
- © 2021
56
+ © { new Date ( ) . getFullYear ( ) }
63
57
< Link
64
58
to = "https://github.com/realstoman/react-tailwindcss-portfolio"
65
59
className = "hover:underline ml-1"
@@ -70,7 +64,7 @@ const AppFooter = () => {
70
64
< Link
71
65
to = "https://stoman.me"
72
66
target = "__blank"
73
- className = "text-secondary-dark dark:text-secondary-light font-medium uppercase hover:underline ml-1"
67
+ className = "text-secondary-dark dark:text-secondary-light uppercase hover:underline ml-1"
74
68
>
75
69
Stoman
76
70
</ Link >
0 commit comments