Skip to content

Commit

Permalink
Update ConferencePage.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
EngstromJimmy authored Oct 11, 2023
1 parent 4b89b00 commit 83720c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NextTechEvent/NextTechEvent/Pages/ConferencePage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p class="lead"><i class="bi bi-geo-alt-fill"></i><a href="@($"/geo/{conference.Id}")">@conference.GetLocation()</a></p>
@if (!string.IsNullOrEmpty(conference.CfpUrl))
{
<p class="lead"><i class="bi bi-megaphone-fill"></i><a href="@conference.CfpUrl" target="_blank">Call for Papers</a>
<p class="lead"><i class="bi bi-megaphone-fill"></i><a href="@conference.CfpUrl" target="_blank">Call for Papers</a> &nbsp;
@if (conference.CfpEndDate > DateTime.Now)
{
<text>closing in</text>
Expand Down Expand Up @@ -87,4 +87,4 @@
return "bi-thermometer-high";
}
}
}
}

0 comments on commit 83720c3

Please sign in to comment.