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 7349c3a commit fdcf62fCopy full SHA for fdcf62f
src/ui/components/Banner.astro
@@ -1,6 +1,6 @@
1
<div id="banner" class="banner">
2
<div class="banner__content">
3
- <a href="https://x.com/DrizzleORM/status/1922728686089904554" target="_blank" rel="nofollow noreferrer">Help Drizzle build MSSQL driver 🚀</a>
+ <a href="https://mssql.drizzle.team/" target="_blank" rel="nofollow noreferrer">Help Drizzle build MSSQL driver 🚀</a>
4
</div>
5
6
src/ui/components/RightAside.astro
@@ -14,7 +14,7 @@ import MSSQL from "@/assets/images/mssql.png";
14
class="mssql-wrap"
15
target="_blank"
16
rel="norefferer nofollow"
17
- href="https://x.com/DrizzleORM/status/1922728686089904554"
+ href="https://mssql.drizzle.team/"
18
>
19
<Image src={MSSQL} alt="MSSQL Drizzle" />
20
</a>
0 commit comments