Update public/elements/ExampleQuestions.jsx
Browse files
public/elements/ExampleQuestions.jsx
CHANGED
@@ -13,7 +13,7 @@ export default function ExampleQuestions() {
|
|
13 |
<tbody>
|
14 |
<tr>
|
15 |
<td>
|
16 |
-
<strong
|
17 |
<ul>
|
18 |
{questions.map((question, index) => (
|
19 |
<li key={index}>{question}</li>
|
@@ -26,5 +26,3 @@ export default function ExampleQuestions() {
|
|
26 |
);
|
27 |
}
|
28 |
|
29 |
-
|
30 |
-
#212f3c
|
|
|
13 |
<tbody>
|
14 |
<tr>
|
15 |
<td>
|
16 |
+
<strong> Daysoff Firmahytteordning & Personvern FAQ</strong>
|
17 |
<ul>
|
18 |
{questions.map((question, index) => (
|
19 |
<li key={index}>{question}</li>
|
|
|
26 |
);
|
27 |
}
|
28 |
|
|
|
|