Skip to content

Commit 73694e8

Browse files
committed
-new changes on footer
1 parent 1f3f321 commit 73694e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Footer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ function Footer(){
5858
<p className="text-gray-600 py-4 px-3">Follow us on our social media</p>
5959
<hr/>
6060

61-
<a href="https://github.com/PopSchools/popschools.org"><span className=" px-3 text-purple-600 text-4xl"><GithubFilled /></span> </a>
62-
<span className="px-3 text-purple-600 text-4xl"><TwitterCircleFilled /></span>
63-
<span className="px-3 text-purple-600 text-4xl"><FacebookFilled /></span>
61+
<a href="https://github.com/PopSchools/popschools.org"><span className=" px-3 text-purple-600 text-4xl inline-block"><GithubFilled /></span> </a>
62+
<span className="px-3 text-purple-600 text-4xl inline-block"><TwitterCircleFilled /></span>
63+
<span className="px-3 text-purple-600 text-4xl inline-block"><FacebookFilled /></span>
6464
</div>
6565

6666
</div>

src/components/Home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ I recognize from experience the extra effort it takes to get a great start when
115115

116116
When you sponsor me, you allow me the mental space to do my work to the best of my ability.</p>
117117
<p className="text-gray-700 text-2xl font-bold pt-8">- Nikema Prophet</p>
118-
<a href="https://github.com/PopSchools/popschools.org"><span className=" px-3 text-gray-600 text-2xl"><GithubFilled /></span> </a>
119-
<a href=""><span className="px-3 text-gray-600 text-2xl"><TwitterCircleFilled /></span></a>
118+
<a href="https://github.com/PopSchools/popschools.org"><span className=" px-3 text-gray-600 text-2xl inline-block mr-2"><GithubFilled /></span> </a>
119+
<a href=""><span className="px-3 text-gray-600 text-2xl inline-block"><TwitterCircleFilled /></span></a>
120120

121121
</div>
122122
</div>

0 commit comments

Comments
 (0)