Skip to content

Commit

Permalink
Remove extraneous less-than symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffardi committed Aug 17, 2024
1 parent 39a6ea8 commit 6884ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home() {
<div className="p-6 m-0.5 bg-neutral-800 border border-neutral-700 rounded-lg shadow w-full">
<h5 className="mb-2 text-2xl font-bold tracking-tight text-gray-900 text-white">Office Hours (OCNL 220)</h5>
<div className="flex-wrap text-neutral-300">
<p><span className="font-bold">Fall 2024</span>></p>
<p><span className="font-bold">Fall 2024</span></p>
<p><span className="font-bold">Tuesday</span><span className="font-thin">&nbsp;11am-1pm</span></p>
<p><span className="font-bold">Thursday</span><span className="font-thin">&nbsp;11am-1pm</span></p>
<p>
Expand Down

0 comments on commit 6884ddf

Please sign in to comment.