Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 351e2da

Browse files
chore: Add svelte-store to dropdown (TanStack#247)
1 parent 3e784f6 commit 351e2da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/libraries/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const storeProject: Library = {
1818
colorFrom: 'from-stone-500',
1919
colorTo: 'to-stone-700',
2020
textColor: 'text-stone-700',
21-
frameworks: ['react', 'solid', 'vue', 'angular'],
21+
frameworks: ['react', 'solid', 'svelte', 'vue', 'angular'],
2222
scarfId: '302d0fef-cb3f-43c6-b45c-f055b9745edb',
2323
defaultDocs: 'overview',
2424
}

app/routes/_libraries.ranger.$version.index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default function VersionIndex() {
137137
className="text-[.5em] align-super text-black animate-bounce
138138
dark:text-white"
139139
>
140-
BETA
140+
{version === 'latest' ? rangerProject.latestVersion : version}
141141
</span>
142142
</h1>
143143
<h2

0 commit comments

Comments
 (0)