mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-06-06 18:30:59 +00:00
deploy: 99390e94f4c332fb310b36477ef329d86c1044f0
This commit is contained in:
parent
09d0cb2718
commit
45cf7a0eb5
@ -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>
|
{"@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 -->
|
<!-- 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>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--bg-color-light: #ffffff;
|
--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
|
// Set active platform from localStorage and handle initial button visibility
|
||||||
const platformToActivate = document.querySelector(`[data-platform="${selectedPlatform}"]`) ||
|
const platformToActivate = document.querySelector(`[data-platform="${selectedPlatform}"]`) ||
|
||||||
document.querySelector('[data-platform="chatgpt"]');
|
document.querySelector('[data-platform="github-copilot"]');
|
||||||
platformToActivate.classList.add('active');
|
platformToActivate.classList.add('active');
|
||||||
|
|
||||||
// Set initial chat button visibility
|
// Set initial chat button visibility
|
||||||
|
Loading…
x
Reference in New Issue
Block a user