mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-03-28 16:48:02 -04:00
deploy: 29436b09bd4dc3ae1176f691b2d91baa9b3df44a
This commit is contained in:
parent
88ccb7c414
commit
26d766d320
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/style.css?v=957a4c41dc48aa88dc41198327911004dc386f6c">
|
||||
<link rel="stylesheet" href="/style.css?v=29436b09bd4dc3ae1176f691b2d91baa9b3df44a">
|
||||
</head>
|
||||
<body class="">
|
||||
<div class="layout-wrapper">
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/style.css?v=957a4c41dc48aa88dc41198327911004dc386f6c">
|
||||
<link rel="stylesheet" href="/style.css?v=29436b09bd4dc3ae1176f691b2d91baa9b3df44a">
|
||||
</head>
|
||||
<body class="vibe">
|
||||
<div class="layout-wrapper">
|
||||
|
@ -189,8 +189,8 @@ function setupSearch() {
|
||||
searchInput.addEventListener('input', async (e) => {
|
||||
const query = e.target.value.toLowerCase();
|
||||
const prompts = await loadPrompts();
|
||||
const filtered = prompts.filter(({ act, prompt }) =>
|
||||
act.toLowerCase().includes(query) || prompt.toLowerCase().includes(query)
|
||||
const filtered = prompts.filter(({ app, prompt }) =>
|
||||
app.toLowerCase().includes(query) || prompt.toLowerCase().includes(query)
|
||||
);
|
||||
|
||||
// Update prompt count
|
||||
|
Loading…
x
Reference in New Issue
Block a user