diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-09-05 00:14:27 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-09-05 00:14:27 -0600 |
commit | 77d0b2acd5a00c642fbbe804eb7ee3edffdaceed (patch) | |
tree | 3ef72d382cc688462a9af8ec0383e90861d32938 /app/pay-transparency | |
parent | c4824cf9d65d12aa0cd76745a84d276094cbb0cb (diff) |
Add code for the buttons
Diffstat (limited to 'app/pay-transparency')
-rw-r--r-- | app/pay-transparency/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pay-transparency/page.tsx b/app/pay-transparency/page.tsx index feeff47..45320d0 100644 --- a/app/pay-transparency/page.tsx +++ b/app/pay-transparency/page.tsx @@ -8,7 +8,7 @@ export default function PayTransparency() { <h1 className="pageTitle"> Pay Transparency </h1> - <main className="mainColumn"> + <main className="mainColumn card"> <InfoBar text="Last updated: November 2023" /> <p> This page lists the title and pay rate of every job we have held |