Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
  • Loading branch information
YongZL committed Jan 30, 2024
1 parent b10576f commit 3ee3082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/blobtx/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const BlobTX = () => {
const [inputText, setInputText] = useState<string>('')
const [previewUrl, setPreviewUrl] = useState<any>('')
const [isModalOpen, setIsModalOpen] = useState<boolean>(false)
const [isShow, setIsShow] = useState<boolean>(false)
const [isShow, setIsShow] = useState<boolean>(true)
const { disconnect } = useDisconnect()
const modal = useModal({ onDisconnect: disconnect })
const [shownettip, setShowNetTip] = useState(false)
Expand Down Expand Up @@ -320,6 +320,7 @@ const BlobTX = () => {
currentOpenState()
}
}, [isConnected])

return (
<div className=' font-montserrat'>
<Header
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Footer = () => {
<div className='container mx-auto mo:flex mo:flex-row justify-center mo:flex-wrap md:px-[30px]'>
<div className='flex justify-between mo:flex-col '>
<div className={'text-white text-[24px] mo:text-xl font-semibold mo:w-full mo:flex mo:justify-center'}>
Sign up for EthDA updates
Start Your EthDA Journey Now!
</div>
<div className='flex mo:flex-col mo:mt-5'>
<button
Expand Down

0 comments on commit 3ee3082

Please sign in to comment.