Skip to content

Commit 27fdbb2

Browse files
authored
Merge pull request #542 from datasektionen/538-oscar-fix
538 oscar fix (bytte datum)
2 parents a181d4d + 9baaf0d commit 27fdbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/event.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export default function Events() {
267267
<div className="w-4 bg-cerise h-full min-h-[30px] rounded-b-full"></div>
268268
</div>
269269
<div>
270-
<h1 className="text-5xl text-[#C2952C] p-4 font-medium text-center"> {t.event.fair} 9/10</h1>
270+
<h1 className="text-5xl text-[#C2952C] p-4 font-medium text-center"> {t.event.fair} 8/10</h1>
271271
</div>
272272
<div className="max-sm:hidden flex justify-center">
273273
<div className="w-4 bg-[#C2952C] h-full min-h-[30px] rounded-t-full"></div>

0 commit comments

Comments
 (0)