File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,26 @@ import React from "react";
33export const HistoricalLinks = ( ) => {
44 return (
55 < div className = "flex flex-col items-start w-full relative mx-auto p-5" >
6- < h2 className = "text-2xl font-bold mb-4" >
7- Historical Sites
8- </ h2 >
6+ < h2 className = "text-2xl font-bold mb-4" > Historical Sites</ h2 >
97
10- < a
11- className = "text-blue-500 hover:underline mb-2"
8+ < a
9+ className = "text-blue-500 hover:underline mb-2"
1210 href = "https://www.facebook.com/CityCampHNL/"
1311 >
1412 CityCamp Honolulu Facebook Page
1513 </ a >
16- < a
17- className = "text-blue-500 hover:underline mb-2"
14+ < a
15+ className = "text-blue-500 hover:underline mb-2"
1816 href = "https://web.archive.org/web/20210510151613/https://www.codeforamerica.org/blog/2012/08/23/introducing-the-brigade-captains-program/"
1917 >
2018 2012 Brigade Captains are Announced
2119 </ a >
22- < a
23- className = "text-blue-500 hover:underline mb-2"
20+ < a
21+ className = "text-blue-500 hover:underline mb-2"
2422 href = "https://web.archive.org/web/20220915101458/https://www.codeforhawaii.org/"
2523 >
2624 Older Code For Hawaii Website
2725 </ a >
2826 </ div >
29- )
30- }
27+ ) ;
28+ } ;
You can’t perform that action at this time.
0 commit comments