removing HI from the Top Pages details view (#4306)

This commit is contained in:
Marko Saric 2024-07-03 16:10:47 +02:00 committed by GitHub
parent 05ac840078
commit 379714c133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ class PagesModal extends React.Component {
if (this.state.pages) {
return (
<React.Fragment>
<h1 className="text-xl font-bold dark:text-gray-100">Top Pages hi</h1>
<h1 className="text-xl font-bold dark:text-gray-100">Top Pages</h1>
<div className="my-4 border-b border-gray-300"></div>
<main className="modal__content">