Register
Create a new account
@@ -61,12 +61,6 @@ const register = async () => {
diff --git a/frontend/src/views/CategoriesView.vue b/frontend/src/views/CategoriesView.vue
index 6b69aa5..a7bf875 100644
--- a/frontend/src/views/CategoriesView.vue
+++ b/frontend/src/views/CategoriesView.vue
@@ -16,10 +16,11 @@ onMounted(async () => {
-
- Maximise your IQ by correctly answering the questions in the different categories below and
+
+ Maximise your IQ by correctly answering the questions in the different categories below and
climb the leaderboard to become the best.
-
+
+
Categories
@@ -30,13 +31,16 @@ onMounted(async () => {
-
+
diff --git a/frontend/src/views/NotFoundView.vue b/frontend/src/views/NotFoundView.vue
index fb513b8..4f59e73 100644
--- a/frontend/src/views/NotFoundView.vue
+++ b/frontend/src/views/NotFoundView.vue
@@ -15,7 +15,6 @@
display: flex;
flex-direction: column;
align-items: center;
- min-height: 80vh;
}
.title, .info {
diff --git a/frontend/src/views/QuizView.vue b/frontend/src/views/QuizView.vue
index b3b7c53..5568919 100644
--- a/frontend/src/views/QuizView.vue
+++ b/frontend/src/views/QuizView.vue
@@ -21,7 +21,7 @@ const fetchNewQuestion = async () => {
// wait for the question before checking if the user has asked for options
hasAskedOptions.value = await APIClient.getIfOptionsAsked();
}
-// Fetch user IQ and add it to the graph
+// Fetch user IQ and add it to the graph
const graphComponent = ref(null);
const fetchUserIQ = async () => {
const userIq = await APIClient.getUserIQ(id_category);
@@ -36,9 +36,10 @@ onMounted(() => {
+
+ Answer correctly to the question and earn as many IQs as possible!
+
- Answer correctly to the question and earn as many IQs as possible!
-
Question
{{ question }}
@@ -50,11 +51,13 @@ onMounted(() => {
-