We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcbff1 commit ae01a79Copy full SHA for ae01a79
app/overview/page.tsx
@@ -10,9 +10,9 @@ const ProgramOverview = () => {
10
<h1 className="text-2xl md:text-3xl lg:text-4xl font-bold text-center">Summer 2025</h1>
11
<div className="text-base md:text-lg space-y-2">
12
<ol className="list-decimal list-inside space-y-2">
13
- <li>Abuja camp (tentative) dates: August 4 – August 15</li>
14
- <li>Lagos camp (tentative) dates: July 21 – August 1</li>
15
- <li>Kano camp (tentative) dates: April 10 – April 21</li>
+ <li>Abuja camp dates: August 4 – August 15</li>
+ <li>Lagos camp dates: July 21 – August 1</li>
+ <s><li>Kano camp (tentative) dates: April 10 – April 21</li></s>
16
</ol>
17
</div>
18
0 commit comments