Skip to content

Commit 4d44f89

Browse files
committed
Fixed issue with lj2024 template
1 parent 33c5d6c commit 4d44f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/src/include/jam_2024_lj_sections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
<div class="fw6 f5 mb3">March 15 - 24, 2024</div>
258258
</div>
259259
<div class="flex items-center g2">
260-
{{ if and (not .SubmittedProject.Url) (gt .Timespans.DaysUntilEnd 0) }}
260+
{{ if and (not .SubmittedProject) (gt .Timespans.DaysUntilEnd 0) }}
261261
<a href="{{ .NewProjectUrl }}" class="btn--jam">Create your project</a>
262262
{{ else }}
263263
<a href="{{ .DiscordInviteUrl }}" class="btn--jam">Join the Discord</a>

0 commit comments

Comments
 (0)