mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
removing HI from the Top Pages details view (#4306)
This commit is contained in:
parent
05ac840078
commit
379714c133
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user