Skip to content

Commit

Permalink
Merge pull request #23 from joshxfi/dev
Browse files Browse the repository at this point in the history
chore: minor changes
  • Loading branch information
joshxfi authored Feb 2, 2022
2 parents 94fe50b + 214ab3b commit 1947208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next-seo-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const description =
'A platform that enables students to track homework, activities, etc. together with their friends or classmates. With this platform, you can create rooms, invite your friends, and track tasks collaboratively!';

const imgUrl =
'https://firebasestorage.googleapis.com/v0/b/trackas1.appspot.com/o/seo%2FtrackAsOne.jpg?alt=media&token=df1d098a-a581-4670-96c3-f1c85f128947';
'https://firebasestorage.googleapis.com/v0/b/trackas1.appspot.com/o/seo%2FtrackAsOne_Logo.png?alt=media&token=cddef829-6dc2-4368-a2d8-57db7a974e16';

export default {
title: 'trackAsOne | Task Tracker',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Modal = ({
leaveFrom='opacity-100 scale-100'
leaveTo='opacity-0 scale-95'
>
<div className='md:w-full max-w-md w-[350px] p-6 overflow-hidden text-left transition-all bg-white shadow-xl rounded-2xl mr-4 transform'>
<div className='md:w-full max-w-md w-[350px] p-6 overflow-hidden text-left transition-all bg-white shadow-xl rounded-2xl transform'>
<Dialog.Title
as='h3'
className='text-lg font-medium leading-6 text-gray-900'
Expand Down

1 comment on commit 1947208

@vercel
Copy link

@vercel vercel bot commented on 1947208 Feb 2, 2022

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.