mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-03-14 09:56:47 -04:00
deploy: dab74ce8d5866f3029ea090280cbdcc3effc0c09
This commit is contained in:
parent
45cf7a0eb5
commit
f6ca13f3d6
@ -21,7 +21,7 @@
|
||||
{"@context":"https://schema.org","@type":"WebSite","description":"This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.","headline":"Awesome ChatGPT Prompts","name":"Awesome ChatGPT Prompts","url":"/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/style.css?v=99390e94f4c332fb310b36477ef329d86c1044f0">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?v=dab74ce8d5866f3029ea090280cbdcc3effc0c09">
|
||||
<style>
|
||||
:root {
|
||||
--bg-color-light: #ffffff;
|
||||
@ -3255,7 +3255,7 @@ Split the outline into part 1 and part 2.</p>
|
||||
modalOverlay.remove();
|
||||
}
|
||||
|
||||
let selectedPlatform = localStorage.getItem('selected-platform') || 'chatgpt'; // Get from localStorage or default to chatgpt
|
||||
let selectedPlatform = localStorage.getItem('selected-platform') || 'github-copilot'; // Get from localStorage or default to github
|
||||
|
||||
// Platform toggle functionality
|
||||
document.querySelectorAll('.platform-tag').forEach(button => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user