Skip to content

Commit

Permalink
fix: load default css on interstitial (#298)
Browse files Browse the repository at this point in the history
* fix: avoid conflicts with ipfs-css classes

* Revert "fix: avoid conflicts with ipfs-css classes"

This reverts commit 7b8ac18.

* fix: add default styles to interstitial page

---------

Co-authored-by: Daniel N <2color@users.noreply.github.com>
  • Loading branch information
2color and 2color authored Jun 18, 2024
1 parent 0c6d601 commit 9990664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/redirects-interstitial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { findOriginIsolationRedirect } from '../lib/path-or-subdomain.js'
import { translateIpfsRedirectUrl } from '../lib/translate-ipfs-redirect-url.js'
import LoadingPage from './loading.jsx'
import RedirectPage from './redirect-page.jsx'
import './default-page-styles.css'

/**
* This page is only used to capture the ?helia-sw=/ip[fn]s/blah query parameter that
Expand Down

0 comments on commit 9990664

Please sign in to comment.