Spaces:
Runtime error
Runtime error
emojis, max height for results
Browse files
frontend/src/lib/Result.svelte
CHANGED
|
@@ -61,7 +61,7 @@
|
|
| 61 |
{/each}
|
| 62 |
</div>
|
| 63 |
<svg
|
| 64 |
-
class="w-full p-3"
|
| 65 |
viewBox="0 0 {board[0].length * (p + s) - p} {board.length * (p + s) - p}"
|
| 66 |
xmlns="http://www.w3.org/2000/svg"
|
| 67 |
>
|
|
|
|
| 61 |
{/each}
|
| 62 |
</div>
|
| 63 |
<svg
|
| 64 |
+
class="w-full p-3 mx-auto max-h-[30vh]"
|
| 65 |
viewBox="0 0 {board[0].length * (p + s) - p} {board.length * (p + s) - p}"
|
| 66 |
xmlns="http://www.w3.org/2000/svg"
|
| 67 |
>
|
frontend/src/lib/utils.ts
CHANGED
|
@@ -37,11 +37,11 @@ export const colors = {
|
|
| 37 |
};
|
| 38 |
|
| 39 |
export const cheersMessages = [
|
| 40 |
-
'
|
| 41 |
-
'
|
| 42 |
-
'
|
| 43 |
-
'
|
| 44 |
-
'
|
| 45 |
-
'
|
| 46 |
-
'
|
| 47 |
];
|
|
|
|
| 37 |
};
|
| 38 |
|
| 39 |
export const cheersMessages = [
|
| 40 |
+
'π€ Hugging π€',
|
| 41 |
+
'π§ Genius π§',
|
| 42 |
+
'π€© Magnificent π€©',
|
| 43 |
+
'π² Impressive π²',
|
| 44 |
+
'π§ Splendid π§',
|
| 45 |
+
'β³ Great β³',
|
| 46 |
+
'π‘ Phew π‘',
|
| 47 |
];
|