Skip to content

Commit 930a222

Browse files
letehahadr497
authored andcommitted
feat: rebrand to SNS
1 parent d98ab32 commit 930a222

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) Bonfida.
4+
Copyright (c) SNS.
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<img width="250" src="https://i.imgur.com/nn7LMNV.png"/>
55
</p>
66
<p align="center">
7-
<a href="https://twitter.com/bonfida">
8-
<img src="https://img.shields.io/twitter/url?label=Bonfida&style=social&url=https%3A%2F%2Ftwitter.com%2Fbonfida">
7+
<a href="https://twitter.com/sns">
8+
<img src="https://img.shields.io/twitter/url?label=SNS&style=social&url=https%3A%2F%2Ftwitter.com%sns">
99
</a>
1010
</p>
1111

src/lib/contexts/cart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const CartContextProvider = ({
3838
referrerKey?: WidgetProps["referrerKey"];
3939
} = {}) => {
4040
const [cart = {}, updateCart] = useSessionStorageState<Cart>(
41-
"bonfida-widget-cart",
41+
"sns-widget-cart",
4242
{
4343
defaultValue: {},
4444
},

src/lib/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const EntryPoint = ({
2020
return (
2121
<div
2222
className={twMerge(
23-
"bonfida-widget-root sns-bw",
23+
"sns-widget-root sns-bw",
2424
rootWrapperClassNames,
2525
isDark && "dark",
2626
)}

src/lib/views/home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const WidgetHome = ({
218218
<div className="flex justify-center">
219219
<a
220220
className="flex items-center justify-center gap-2 text-[11px] tracking-wider text-theme-primary dark:text-theme-secondary"
221-
href="https://discord.bonfida.org"
221+
href="https://discord.sns.id"
222222
target="_blank"
223223
rel="noopener"
224224
>

0 commit comments

Comments
 (0)