deploy: dab74ce8d5866f3029ea090280cbdcc3effc0c09

This commit is contained in:
f 2025-02-04 21:16:02 +00:00
parent 45cf7a0eb5
commit f6ca13f3d6

View File

@ -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 => {