Skip to content

Commit 68b7a1d

Browse files
authored
side-nav fixed (OWASP-BLT#3880)
1 parent 03a5aad commit 68b7a1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

website/templates/invite.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
Invite an organization to join and earn +5 points when they do. Provide their email address to send an invitation.
1818
{% endblock og_description %}
1919
{% block content %}
20+
{% include "includes/sidenav.html" %}
2021
<div class="flex w-full flex-col items-center justify-between md:py-5 py-3 px-4 md:px-0">
2122
<div class="border rounded-md md:w-[800px] w-full flex flex-col gap-7 items-center justify-center shadow-lg md:py-10 p-4">
2223
<div class="flex flex-col gap-3.5 items-center justify-center text-center text-sm md:text-base ">

website/templates/social.html

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
Follow our social feeds to stay updated with the latest tweets, GitHub updates, and Figma designs. Engage with our community and stay informed.
1919
{% endblock og_description %}
2020
{% block content %}
21+
{% include "includes/sidenav.html" %}
2122
<style>
2223
.bottom-right {
2324
position: absolute;

0 commit comments

Comments
 (0)