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

Update toast styles to match Figma #12833

Merged
merged 10 commits into from
Jul 30, 2024
Prev Previous commit
Next Next commit
Remove test code
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 19b784d7a214fa9bd2fcf13f5bf0ec3142676b15
5 changes: 2 additions & 3 deletions src/SupportedBrowser.ts
Original file line number Diff line number Diff line change
@@ -92,9 +92,8 @@ export function getBrowserSupport(): boolean {
}

export function checkBrowserSupport(): void {
// const supported = getBrowserSupport();
// if (supported) return;
const supported = false;
const supported = getBrowserSupport();
if (supported) return;

if (localStorage.getItem(LOCAL_STORAGE_KEY)) {
logger.warn("Browser unsupported, but user has previously accepted");
Loading