OG Meta and navbar bug fix
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
			
		||||
        />
 | 
			
		||||
        {% block style %}
 | 
			
		||||
        {% endblock %}
 | 
			
		||||
        <title>{% block title %} SKA Referee Test {% endblock %}</title>
 | 
			
		||||
        <title>{% block title %} SKA Referee Test Beta {% endblock %}</title>
 | 
			
		||||
        {% include "quiz/components/og-meta.html" %}
 | 
			
		||||
    </head>
 | 
			
		||||
    <body class="bg-light">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark" id="primary-nav">
 | 
			
		||||
    <div class="container">
 | 
			
		||||
        <a href="javascript:void(0);" class="navbar-brand mb-0 h1">SKA Refereeing Test </a>
 | 
			
		||||
        <a href="javascript:void(0);" class="navbar-brand mb-0 h1">SKA Refereeing Test (Beta)</a>
 | 
			
		||||
        <div class="quiz-console w-100" style="display: none;" id="q-topbar">
 | 
			
		||||
            <div class="d-flex justify-content align-middle">
 | 
			
		||||
                <div class="container d-flex justify-content-center">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user