camparchimedes commited on
Commit
8c8cf9e
ยท
verified ยท
1 Parent(s): a0d14b1

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>๊œฐษชส€แดแด€สœสแด›แด›แด‡แดส€แด…ษดษชษดษข ๊œฐแด€วซ แด€ษดแด… แด˜แด‡ส€sแดษดแด แด‡ส€ษดsแด˜แดสŸษชแด„ส:</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