Skip to content

Commit 455bdf3

Browse files
committed
Minor typos fixed
1 parent 6e56c72 commit 455bdf3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/AppFooter.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ const AppFooter = () => {
6464
{/* Footer copyright start */}
6565
<div className="flex justify-center items-center text-center">
6666
<div className="text-lg text-ternary-dark dark:text-ternary-light">
67-
&copy;{' '}
6867
<Link to="https://github.com/NangialaiStoman/react-tailwindcss-portfolio">
69-
Copyright 2021. React & TailwindCSS Portfolio
68+
&copy; 2021. React & TailwindCSS Portfolio
7069
</Link>
7170
.
7271
<Link

src/utils/SingleProjectData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const ProjectInfo = {
133133
url: 'https://www.youtube.com/c/StomanStudio',
134134
},
135135
{
136-
id: 5,
136+
id: 6,
137137
name: 'Dribbble',
138138
icon: <FiDribbble />,
139139
url: 'https://www.dribbble.com/',

0 commit comments

Comments
 (0)