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

chore: update text #14

Merged
merged 1 commit into from
Jan 21, 2024
Merged
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
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default function index() {
<a href="https://target.elfmc.com/" target='_blank' className='col-span-2 flex items-center gap-3 bg-orange-100 p-2 rounded-md'>
<img src="/images/icons/fq-icon.svg" alt="" className='w-14 h-14 rounded p-3 bg-white' />
<div>
<div className='text-lg font-bold text-orange-800'>POMOTIMER 番茄钟</div>
<div className='text-lg font-bold text-orange-800'>目标番茄钟</div>
<div className='flex items-center mt-1 gap-2'>
{/* <div className='text-xs px-1 py-0.5 bg-purple-200 text-purple-800 rounded'>社区实现</div> */}
<div className='text-xs px-1 py-0.5 bg-orange-200 text-orange-800 rounded'>Web</div>
Expand Down