mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-06-23 16:05:21 +00:00
deploy: 38ba9af141e5be66343a5c754459b6eecfca757b
This commit is contained in:
parent
26d766d320
commit
3601cb5ace
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/style.css?v=29436b09bd4dc3ae1176f691b2d91baa9b3df44a">
|
<link rel="stylesheet" href="/style.css?v=38ba9af141e5be66343a5c754459b6eecfca757b">
|
||||||
</head>
|
</head>
|
||||||
<body class="">
|
<body class="">
|
||||||
<div class="layout-wrapper">
|
<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 href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/style.css?v=29436b09bd4dc3ae1176f691b2d91baa9b3df44a">
|
<link rel="stylesheet" href="/style.css?v=38ba9af141e5be66343a5c754459b6eecfca757b">
|
||||||
</head>
|
</head>
|
||||||
<body class="vibe">
|
<body class="vibe">
|
||||||
<div class="layout-wrapper">
|
<div class="layout-wrapper">
|
||||||
|
@ -211,9 +211,9 @@ function setupSearch() {
|
|||||||
Add this prompt
|
Add this prompt
|
||||||
</a>
|
</a>
|
||||||
</div>`
|
</div>`
|
||||||
: filtered.map(({ act, prompt }) => `
|
: filtered.map(({ app, prompt }) => `
|
||||||
<li class="search-result-item" onclick="scrollToPrompt('${act}', '${prompt}')">
|
<li class="search-result-item" onclick="scrollToPrompt('${app}', '${prompt}')">
|
||||||
${act}
|
${app}
|
||||||
</li>
|
</li>
|
||||||
`).join('');
|
`).join('');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user