Skip to content

Commit 6949119

Browse files
committed
Formatting
1 parent d345eac commit 6949119

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

src/components/HistoricalLinks.js

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,26 @@ import React from "react";
33
export 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+
};

0 commit comments

Comments
 (0)