Skip to content

Commit

Permalink
Merge pull request #76 from NetSepio/main
Browse files Browse the repository at this point in the history
merge to prod
  • Loading branch information
devsisingh authored Aug 1, 2024
2 parents 66b28f4 + f7bb80e commit 7dcc422
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions components/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,29 @@ const WalletContextProvider: FC<{ children: ReactNode }> = ({ children }) => {

const wallets = [
// TODO IdentityConnectWallet and BloctoWallet to use Network enum from @aptos-labs/ts-sdk
new IdentityConnectWallet("57fa42a9-29c6-4f1e-939c-4eefa36d9ff5", {
networkName: NetworkName.Testnet,
}),
// new IdentityConnectWallet("57fa42a9-29c6-4f1e-939c-4eefa36d9ff5", {
// networkName: NetworkName.Testnet,
// }),
// Blocto supports Testnet/Mainnet for now.
// new BloctoWallet({
// network: NetworkName.Testnet,
// bloctoAppId: "6d85f56e-5f2e-46cd-b5f2-5cf9695b4d46",
// }),
// new FaceWallet(face!),
new FewchaWallet(),
// new FewchaWallet(),
// new FlipperWallet(),
new MartianWallet(),
new MSafeWalletAdapter(),
new NightlyWallet(),
new OpenBlockWallet(),
// new MSafeWalletAdapter(),
// new NightlyWallet(),
// new OpenBlockWallet(),
new PetraWallet(),
// new PontemWallet(),
new RiseWallet(),
new TokenPocketWallet(),
new TrustWallet(),
new WelldoneWallet(),
new OKXWallet(),
new OnekeyWallet(),
// new RiseWallet(),
// new TokenPocketWallet(),
// new TrustWallet(),
// new WelldoneWallet(),
// new OKXWallet(),
// new OnekeyWallet(),
];

return (
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Footer = () => {
</div>

<div className="text-gray-300 flex flex-col">
<div className="lg:text-xl text-md font-semibold tracking-wide text-gray-200 mb-4">Company</div>
<div className="lg:text-xl text-md font-semibold tracking-wide text-gray-200 mb-4">About</div>
<a href="/terms" target="_blank" rel="noopener noreferrer" className="mb-2">Terms and Conditions</a>
<a href="/privacy" target="_blank" rel="noopener noreferrer" className="">Privacy Policy</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function Home() {
className="text-black font-bold lg:py-3 lg:px-14 md:py-3 md:px-14 py-3 px-8 rounded-full lg:text-md text-sm mt-4 lg:mt-0 md:mt-0"
style={{backgroundColor:'#E3EEFF'}}
>
<Link href="/dwifiFlow">
<Link href="/dwifi">
Explore Wi-Fi
</Link>
</motion.div>
Expand Down

0 comments on commit 7dcc422

Please sign in to comment.