Skip to content

Commit f21383d

Browse files
committed
add stripe icon
1 parent 0274e59 commit f21383d

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

app/routes/settings+/profile.index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default function EditUserProfile({ loaderData }: Route.ComponentProps) {
139139
</div>
140140
<div>
141141
<Link to="subscription">
142-
<Icon name="plus">Manage Subscription</Icon>
142+
<Icon name="stripe">Manage Subscription</Icon>
143143
</Link>
144144
</div>
145145
<div>

app/routes/settings+/profile.subscription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { type Route } from './+types/profile.subscription.ts'
1111
import { type BreadcrumbHandle } from './profile.tsx'
1212

1313
export const handle: BreadcrumbHandle & SEOHandle = {
14-
breadcrumb: <Icon name="plus">Subscription</Icon>,
14+
breadcrumb: <Icon name="stripe">Subscription</Icon>,
1515
getSitemapEntries: () => null,
1616
}
1717

other/sly/sly.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"directory": "./other/svg-icons",
77
"postinstall": ["npm", "run", "build:icons"],
88
"transformers": ["transform-icon.ts"]
9+
},
10+
{
11+
"name": "simple-icons",
12+
"directory": "./other/svg-icons",
13+
"postinstall": ["npm", "run", "build:icons"],
14+
"transformers": ["transform-icon.ts"]
915
}
1016
]
1117
}

other/svg-icons/stripe.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)