Skip on the shortcut functionality (for now)
This commit is contained in:
@@ -24,6 +24,11 @@ const randomSplash = genSplash();
|
||||
<input id="input" type="text" name="Search" class="text-md md:text-sm focus-visible:outline-none w-full h-full placeholder:text-(--muted-foreground)" id="search" placeholder="Search the web">
|
||||
</div>
|
||||
<p class="text-sm text-center sm:text-base whitespace-nowrap"> { randomSplash } </p>
|
||||
{/** <div class="w-full flex flex-row gap-2">
|
||||
<div class="rounded-md border-2">
|
||||
t
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
<iframe id="iframe" class="fixed h-[calc(100%-3.5rem)] mt-14 w-full hidden bg-(--background)" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user