diff options
author | Carson Gross <carson@bigsky.software> | 2025-03-25 21:33:23 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2025-03-25 21:33:23 -0600 |
commit | 0d7434f9986edd30cd8d4ac4cdfb289a95164ba6 (patch) | |
tree | 3fcb48243fd4797999a68678f9f76e068381e800 | |
parent | b8a29903dc0f61c6b42a05025f6e377bcb413eb9 (diff) | |
download | htmx-0d7434f9986edd30cd8d4ac4cdfb289a95164ba6.tar.gz htmx-0d7434f9986edd30cd8d4ac4cdfb289a95164ba6.zip |
fix jetbrains logo
-rw-r--r-- | www/content/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/_index.md b/www/content/_index.md index 1eede2a0..a748c4c2 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -212,7 +212,7 @@ Thank you to all our generous <a href="https://github.com/sponsors/bigskysoftwar </style> <div id="silver-sponsors" style="display: grid;grid-template-columns: repeat(3, 1fr); align-items: center; justify-items: center; "> <div> - <a data-github-account="JetBrainsOfficial" href="https://www.jetbrains.com"><img src="/img/jetbrains.svg" alt="Jetbrains"></a> + <a data-github-account="JetBrainsOfficial" href="https://www.jetbrains.com"><img style="min-width:150px" src="/img/jetbrains.svg" alt="Jetbrains"></a> </div> <div> <a href="https://github.blog/2023-04-12-github-accelerator-our-first-cohort-and-whats-next"><img class="dark-invert" src="/img/Github_Logo.png" alt="GitHub" style="max-width:80%;min-width:100px;"></a> |