Skip to content

Commit

Permalink
Merge pull request #159 from CruGlobal/remove-text-centered-from-firs…
Browse files Browse the repository at this point in the history
…t-page

Remove the text centered class from the first page
  • Loading branch information
dr-bizz authored Nov 1, 2024
2 parents 6b67ec5 + a2714aa commit ae4411f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div
id="toolContent"
[ngClass]="{
tc: (isFirstPage$ | async) || (isLastPage$ | async),
firstPage: isFirstPage$ | async,
lastPage: isLastPage$ | async,
hasPageHeader: hasPageHeader
Expand Down

0 comments on commit ae4411f

Please sign in to comment.