File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
3
Copyright (c) Bonfida.
4
+ Copyright (c) SNS.
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 4
4
<img width =" 250 " src =" https://i.imgur.com/nn7LMNV.png " />
5
5
</p >
6
6
<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 " >
9
9
</a >
10
10
</p >
11
11
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const CartContextProvider = ({
38
38
referrerKey ?: WidgetProps [ "referrerKey" ] ;
39
39
} = { } ) => {
40
40
const [ cart = { } , updateCart ] = useSessionStorageState < Cart > (
41
- "bonfida -widget-cart" ,
41
+ "sns -widget-cart" ,
42
42
{
43
43
defaultValue : { } ,
44
44
} ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const EntryPoint = ({
20
20
return (
21
21
< div
22
22
className = { twMerge (
23
- "bonfida -widget-root sns-bw" ,
23
+ "sns -widget-root sns-bw" ,
24
24
rootWrapperClassNames ,
25
25
isDark && "dark" ,
26
26
) }
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ export const WidgetHome = ({
218
218
< div className = "flex justify-center" >
219
219
< a
220
220
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 "
222
222
target = "_blank"
223
223
rel = "noopener"
224
224
>
You can’t perform that action at this time.
0 commit comments