We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7f89a7 + f42aaf4 commit 2e42dc9Copy full SHA for 2e42dc9
src/components/screens/PapersPage.tsx
@@ -260,7 +260,9 @@ export default function PapersPage() {
260
Submit
261
</Button>
262
</div>
263
-
+ <p className="my-8 hidden text-center font-play text-lg font-semibold md:block">
264
+ Upcoming Exams
265
+ </p>
266
<div className="grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-4">
267
{isLoading
268
? Array.from({ length: 4 }).map((_, idx) => (
0 commit comments