Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avenmia/fix styling #229

Merged
merged 25 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.7",
"daisyui": "^4.12.10",
"eslint": "^8.30.0",
"eslint-config-next": "^14.2.4",
"husky": "^8.0.3",
Expand Down
68 changes: 0 additions & 68 deletions src/UI/NextPageButtonLink.tsx

This file was deleted.

6 changes: 3 additions & 3 deletions src/components/AboutThisEngagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import React from "react";
const AboutThisEngagementPortal = () => {
return (
<>
<h3 className="text-md p-4 pl-2 text-center font-semibold 2xl:text-xl">
<h3 className="text-md p-4 pl-2 text-center font-semibold text-primary-content 2xl:text-xl">
About this Engagement Portal
</h3>
<p className="mb-2 mt-4 pb-4 2xl:text-lg">
<p className="mb-2 mt-4 pb-4 text-primary-content 2xl:text-lg">
This engagement portal is designed to help our project team understand:{" "}
</p>

<ol className="mb-2 ml-4 list-decimal pb-4 2xl:text-lg">
<ol className="mb-2 ml-4 list-decimal pb-4 text-primary-content 2xl:text-lg">
<li className="md:mb-2">
Demographic information of those who participate in the project.
</li>
Expand Down
Loading
Loading