Skip to content

Commit bffc7db

Browse files
committed
chore: update domain from .dev to .xyz across components
1 parent 9e4e66c commit bffc7db

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

frontend/src/components/CtaSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const CtaSection = () => {
5353
</p>
5454
<div className="rounded-lg bg-muted border border-border px-4 py-3 font-mono text-xs text-foreground mb-5">
5555
<span className="text-muted-foreground select-none"></span>
56-
canvas.stellarkit.dev
56+
canvas.stellarkit.xyz
5757
</div>
5858
<a href="#" className="btn-primary w-full !text-sm">
5959
Open Kit Canvas

frontend/src/components/HeroSection.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const HeroSection = () => {
6363
<a href={EXTENSION_ITEM_URL} target="_blank" rel="noopener noreferrer" className="btn-primary text-base">
6464
Try Studio
6565
</a>
66-
<a href="https://canvas.stellarkit.dev" target="_blank" rel="noopener noreferrer" className="btn-outline-light text-base">
66+
<a href="https://canvas.stellarkit.xyz" target="_blank" rel="noopener noreferrer" className="btn-outline-light text-base">
6767
Try Canvas
6868
</a>
6969
</div>
@@ -102,9 +102,8 @@ const HeroSection = () => {
102102
key={s.label}
103103
onClick={() => setActive(i)}
104104
aria-label={`Show ${s.label}`}
105-
className={`h-2 rounded-full transition-all duration-300 ${
106-
i === active ? "w-6 bg-primary" : "w-2 bg-white/40 hover:bg-white/60"
107-
}`}
105+
className={`h-2 rounded-full transition-all duration-300 ${i === active ? "w-6 bg-primary" : "w-2 bg-white/40 hover:bg-white/60"
106+
}`}
108107
/>
109108
))}
110109
</div>

frontend/src/lib/faq.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const FAQ_CATEGORIES: FaqCategory[] = [
3535
id: "gen-3",
3636
question: "Is Stellar Kit free to use?",
3737
answer:
38-
"Yes. Both Kit Studio and Kit Canvas are free. You can install Kit Studio from the VS Code Marketplace and access Kit Canvas at canvas.stellarkit.dev.",
38+
"Yes. Both Kit Studio and Kit Canvas are free. You can install Kit Studio from the VS Code Marketplace and access Kit Canvas at canvas.stellarkit.xyz.",
3939
},
4040
],
4141
},
@@ -77,7 +77,7 @@ export const FAQ_CATEGORIES: FaqCategory[] = [
7777
id: "cv-1",
7878
question: "How do I access Kit Canvas?",
7979
answer:
80-
"Open your browser and go to canvas.stellarkit.dev. No installation required — everything runs in the browser.",
80+
"Open your browser and go to canvas.stellarkit.xyz. No installation required — everything runs in the browser.",
8181
},
8282
{
8383
id: "cv-2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stellar-kit-studio",
33
"displayName": "Stellar Kit Studio",
4-
"description": "Kit Studio by Stellar Kit Build, deploy, and manage Soroban smart contracts on Stellar directly from VS Code. One-click deploy, transaction simulation, and integrated CLI workflows.",
4+
"description": "Kit Studio by Stellar Kit: Build, deploy, and manage Soroban smart contracts on Stellar directly from VS Code. One-click deploy, transaction simulation, and integrated CLI workflows.",
55
"version": "0.1.3",
66
"publisher": "0xVida",
77
"icon": "icon.png",
@@ -233,4 +233,4 @@
233233
"typedoc": "^0.25.0",
234234
"typescript": "^5.0.0"
235235
}
236-
}
236+
}

0 commit comments

Comments
 (0)