deploy: 99390e94f4c332fb310b36477ef329d86c1044f0

This commit is contained in:
f 2025-02-04 21:14:13 +00:00
parent 09d0cb2718
commit 45cf7a0eb5

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=703e1a7e44cb78bb12ead689c4369b1bfe50730a">
<link rel="stylesheet" href="/assets/css/style.css?v=99390e94f4c332fb310b36477ef329d86c1044f0">
<style>
:root {
--bg-color-light: #ffffff;
@ -3276,7 +3276,7 @@ Split the outline into part 1 and part 2.</p>
// Set active platform from localStorage and handle initial button visibility
const platformToActivate = document.querySelector(`[data-platform="${selectedPlatform}"]`) ||
document.querySelector('[data-platform="chatgpt"]');
document.querySelector('[data-platform="github-copilot"]');
platformToActivate.classList.add('active');
// Set initial chat button visibility