We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb55f3 commit 6170bbbCopy full SHA for 6170bbb
src/Web/Homepage/x-home-section.view.php
@@ -19,7 +19,7 @@
19
</div>
20
21
<!-- Right -->
22
- <div class="flex flex-col gap-2 p-2 text-sm bg-(--ui-bg)/20 backdrop-blur rounded-xl">
+ <div class="flex flex-col gap-2 p-2 text-sm bg-(--ui-bg)/20 rounded-xl">
23
<div :foreach="$snippets as $snippet" class="bg-(--ui-bg)/50 border border-(--ui-border) rounded-md p-4 [&_pre]:h-full [&_pre]:overflow-x-auto">
24
{!! $codeBlocks[$snippet] !!}
25
0 commit comments