Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Commented Beamer
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-kaia committed May 20, 2024
1 parent 633157d commit 149cd36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { cgwDebugStorage } from '@/components/sidebar/DebugToggle'
import { useTxTracking } from '@/hooks/useTxTracking'
import { useSafeMsgTracking } from '@/hooks/messages/useSafeMsgTracking'
import useGtm from '@/services/analytics/useGtm'
import useBeamer from '@/hooks/Beamer/useBeamer'
// import useBeamer from '@/hooks/Beamer/useBeamer'
import ErrorBoundary from '@/components/common/ErrorBoundary'
import createEmotionCache from '@/utils/createEmotionCache'
import MetaTags from '@/components/common/MetaTags'
Expand Down Expand Up @@ -67,7 +67,7 @@ const InitApp = (): null => {
useSafeMessagePendingStatuses()
useTxTracking()
useSafeMsgTracking()
useBeamer()
// useBeamer()
useRehydrateSocialWallet()

return null
Expand Down
4 changes: 2 additions & 2 deletions src/pages/terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const SafeTerms = () => (
</ol>
<h3>4. What you agree to and warrant ?</h3>
<ol start={1}>
<li>
<ol>
By using KSafe you hereby agree, and warrant that:
<ol style={{ listStyleType: 'lower-alpha' }}>
<li>
Expand Down Expand Up @@ -211,7 +211,7 @@ const SafeTerms = () => (
for any losses caused by the management of Member&apos;s accounts, PCs, mobile devices and other various
authentication tools or by allowing another person to use the same.
</li>
</li>
</ol>
</ol>
<h3>5. What Licenses and access do we grant to you ?</h3>
<ol start={1}>
Expand Down

0 comments on commit 149cd36

Please sign in to comment.