Skip to content

Commit 2e42dc9

Browse files
committed
Merge branch 'prod' of https://github.com/Advik-Gupta/papers-codechef into prodCopy
2 parents b7f89a7 + f42aaf4 commit 2e42dc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/screens/PapersPage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,9 @@ export default function PapersPage() {
260260
Submit
261261
</Button>
262262
</div>
263-
263+
<p className="my-8 hidden text-center font-play text-lg font-semibold md:block">
264+
Upcoming Exams
265+
</p>
264266
<div className="grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-4">
265267
{isLoading
266268
? Array.from({ length: 4 }).map((_, idx) => (

0 commit comments

Comments
 (0)