Skip to content

Commit

Permalink
feat: rebrand to SNS
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha authored and dr497 committed Aug 19, 2024
1 parent d98ab32 commit 930a222
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) Bonfida.
Copyright (c) SNS.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<img width="250" src="https://i.imgur.com/nn7LMNV.png"/>
</p>
<p align="center">
<a href="https://twitter.com/bonfida">
<img src="https://img.shields.io/twitter/url?label=Bonfida&style=social&url=https%3A%2F%2Ftwitter.com%2Fbonfida">
<a href="https://twitter.com/sns">
<img src="https://img.shields.io/twitter/url?label=SNS&style=social&url=https%3A%2F%2Ftwitter.com%sns">
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/contexts/cart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const CartContextProvider = ({
referrerKey?: WidgetProps["referrerKey"];
} = {}) => {
const [cart = {}, updateCart] = useSessionStorageState<Cart>(
"bonfida-widget-cart",
"sns-widget-cart",
{
defaultValue: {},
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const EntryPoint = ({
return (
<div
className={twMerge(
"bonfida-widget-root sns-bw",
"sns-widget-root sns-bw",
rootWrapperClassNames,
isDark && "dark",
)}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/views/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const WidgetHome = ({
<div className="flex justify-center">
<a
className="flex items-center justify-center gap-2 text-[11px] tracking-wider text-theme-primary dark:text-theme-secondary"
href="https://discord.bonfida.org"
href="https://discord.sns.id"
target="_blank"
rel="noopener"
>
Expand Down

0 comments on commit 930a222

Please sign in to comment.