Skip to content

Commit

Permalink
fix: Backend error on loading the domains page.
Browse files Browse the repository at this point in the history
  • Loading branch information
towfiqi committed Dec 20, 2022
1 parent 89824ec commit e3bd5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/domains/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const SingleDomain: NextPage = () => {
</div>
)}
<Head>
<title>{'Domains - SerpBear' } </title>
<title>Domains - SerpBear</title>
</Head>
<TopBar showSettings={() => setShowSettings(true)} showAddModal={() => setShowAddDomain(true)} />

Expand Down

0 comments on commit e3bd5b9

Please sign in to comment.