MCPcopy Create free account
hub / github.com/TechSpiritSS/Terminal-Portfolio / themeBtn

Function themeBtn

scripts/buttons.js:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20function themeBtn() {
21 const dropdown = document.getElementsByClassName("theme-switches")[0];
22 const close = document.getElementsByClassName("close")[0];
23 dropdown.classList.toggle('hide');
24 close.classList.toggle('hide');
25}
26
27export {
28 greenBtn,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected