Skip to content

Commit

Permalink
Merge pull request #827 from pangolindex/feat/new-version-modal
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
poyrazovic authored Dec 5, 2024
2 parents 0b94086 + d15cfa2 commit 5be0846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState } from 'react'
import { Outlet } from 'react-router-dom'
import HederaPoolWarning from 'src/components/Header/HederaPoolWarning'
import URLWarning from 'src/components/Header/URLWarning'
import { NewVersionModal } from 'src/components/NewVersionModal'
// import { NewVersionModal } from 'src/components/NewVersionModal'
import styled from 'styled-components'
import Footer from './Footer'
import Header from './Header'
Expand Down

0 comments on commit 5be0846

Please sign in to comment.