Skip to content

Commit

Permalink
refactor: change strings and css
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubersilva committed Sep 5, 2024
1 parent 9998a4e commit 35882c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.container {
margin-top: 6rem;
padding: 1rem;
margin-top: 3rem;
padding: 3rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function CampaignsDetailsPage() {
<p>Just below you can see a few data from the details page separated by tabs.</p>
<br />
<h2>
<strong>Overview Tab Data</strong>
<strong>Overview Tab</strong>
</h2>
<ul>
{Object.entries(campaignDetailsPage.overviewTab).map(([property, value], index) => (
Expand All @@ -35,7 +35,7 @@ export default function CampaignsDetailsPage() {
</ul>
<br />
<h2>
<strong>Settings Tab Data</strong>
<strong>Settings Tab</strong>
</h2>
<p>
<a
Expand All @@ -44,7 +44,7 @@ export default function CampaignsDetailsPage() {
target="_blank"
rel="noopener noreferrer"
>
Campaign Landing Page ⭷
Edit Campaign Landing Page ⭷
</a>
</p>
</div>
Expand Down

0 comments on commit 35882c8

Please sign in to comment.