Skip to content

Commit

Permalink
feat(home_page): help & tutorials points to docs.bfportal.gg
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle authored Jan 12, 2024
2 parents ed5f8ab + 38e363b commit 41b727e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bfportal/core/templates/core/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<p class="shrink-0">Submit Experience</p>
</div>
</a>
<a href="/tutorials">
<a href="https://docs.bfportal.gg/" target="_blank">
<div class="flex flex-row text-white gap-x-1 min-w-fit items-center rounded px-1 hover:bg-card-bg transition duration-200 ease-in-out">
<img src="{% static 'svgs/pages/help_&_tutorials.svg' %}" alt="">
<p>Help & Tutorials</p>
Expand Down
2 changes: 1 addition & 1 deletion bfportal/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,5 +407,5 @@ def events_view(request: HttpRequest):
"""Handles /events page"""
return render(
request,
"502.html",
"coming_soon.html",
)

0 comments on commit 41b727e

Please sign in to comment.