File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
OpportunitiesHub/commonComponents
ResoucesHub/commonComponents Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2929 work correctly both with client-side routing and a non-root public URL.
3030 Learn how to configure a non-root public URL by running `npm run build`.
3131 -->
32- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css " />
32+ < link
33+ rel ="stylesheet "
34+ href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css "
35+ integrity ="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA== "
36+ crossorigin ="anonymous "
37+ referrerpolicy ="no-referrer "
38+ />
3339 < title > DevDisplay - Paradise for developers</ title >
3440 </ head >
3541 < body >
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import '@fortawesome/fontawesome-free/css/all.min.css' ;
32
43const Footer = ( ) => {
54 return (
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import '@fortawesome/fontawesome-free/css/all.min.css' ;
32
43const Footer = ( ) => {
54 return (
Original file line number Diff line number Diff line change 1- import '@fortawesome/fontawesome-free/css/all.min.css' ;
2-
31export const Footer = ( ) => {
42 return (
53 < footer className = "w-full bg-gray-800 py-8 text-white" >
You can’t perform that action at this time.
0 commit comments