Skip to content

Commit

Permalink
Add discord server link
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Aug 18, 2024
1 parent 6464d3b commit 6c47bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReplayBrowser/Pages/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@inject NoticeHelper NoticeHelper
@inject IHttpContextAccessor HttpContextAccessor
@inject ProfilePregeneratorService ProfilePregeneratorService
@inject IConfiguration Configuration

@code
{
Expand Down Expand Up @@ -112,7 +113,7 @@
</div>

<div class="container">
<p><a href="/contact">Contact</a> | <a href="/privacy">Privacy Policy</a></p>
<p><a href="/contact">Contact</a> | <a href="/privacy">Privacy Policy</a> | <a href="@Configuration["Contact:Server"]" target="_blank">Discord Server</a></p>
</div>
</footer>

Expand Down

0 comments on commit 6c47bd2

Please sign in to comment.