Skip to content

Commit

Permalink
add overview to contests list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mekdeskebede authored and Endalebob committed Jun 23, 2023
1 parent 73cc50a commit 4c145de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/contest/OverViewContests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const OverViewContests: React.FC = () => {
return (
<div className="flex flex-row flex-wrap">
{overViewData.map((data, index) => (
<div key={index} className="ml-6 mt-4">
<div key={index} className="ml-4 sm:ml-6 mt-4">
<OverViewCard
icon={data.icon}
title={data.title}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/contests/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const ContestList: React.FC = () => {
const contestData = contests.value;
return (
<div>
<div className="mt-8">
<div className="mt-8 sm:ml-2">
<h1 className="text-secondary-text font-semibold ml-6 text-lg">
OverView
</h1>
Expand Down Expand Up @@ -87,7 +87,7 @@ const ContestList: React.FC = () => {
) : (
<div>
{role !== "HeadOfEducation" && (
<h1 className="text-secondary-text font-semibold ml-6 text-lg">
<h1 className="text-secondary-text font-semibold mt-8 mb-4 text-lg">
Contests
</h1>
)}
Expand Down

3 comments on commit 4c145de

@vercel
Copy link

@vercel vercel bot commented on 4c145de Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4c145de Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t-web-project – ./

t-web-project-git-main-endalebob.vercel.app
t-web-project.vercel.app
t-web-project-endalebob.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4c145de Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.