Skip to content

Commit

Permalink
History page
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Oct 22, 2021
1 parent b04751a commit d174bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/pages/DashboardHistoryPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TheComponent extends Component {
{({ isLoading, categories }) => {
return (
<div>
<h4 className="mb-4">Favourites</h4>
<h4 className="mb-4">History</h4>
<div className="row">
<div className="col-xl-8 mb-lg-4 col-lg-12">
<div className="row mb-4">
Expand Down

0 comments on commit d174bdb

Please sign in to comment.