We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22fcb1 commit b39bd8dCopy full SHA for b39bd8d
src/components/LandingPage.astro
@@ -73,7 +73,7 @@ const cards = [
73
74
<h2 class="mb-3 italic">Sponsors</h2>
75
<div class="flex flex-wrap gap-8">
76
- <a href="https://sqlsync.dev">
+ <a href="https://sqlsync.dev" target="_blank">
77
<img class="max-w-80 dark:hidden" src="/logos/orbitinghail.svg" alt="Orbitinghail" />
78
<img
79
class="max-w-80 hidden dark:block"
0 commit comments