Skip to content

Commit

Permalink
Adding a h1 titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Sep 28, 2023
1 parent 3f7f568 commit 1ed96e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DBSComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const DBSComponent = ({ dbs_url, dbs_account }: dbsParams) => {
}, [signer])

return (
<div className="DBSComponent">
<div className="DBSComponent">
<h1>Ocean Uploader</h1>
{ DBSsettings.length === 0 && loading && <div>Loading...</div> }
{ DBSsettings.length > 0 &&
<TabsFile items={DBSsettings as dbs_setting[]} dbsClient={client} />
Expand Down

0 comments on commit 1ed96e5

Please sign in to comment.