Skip to content

Commit

Permalink
fix some
Browse files Browse the repository at this point in the history
  • Loading branch information
fiqgant authored Nov 4, 2024
1 parent 36ac173 commit b823f25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/app/og/[id]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const GET = async (_: Request, props: OGRouteProps) => {
fontSize: 30
}}
>
honghong.me
fiqlab.vercel.app
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/sign-in-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const SignInModal = () => {
<DialogContent className='sm:max-w-[425px]'>
<DialogHeader>
<DialogTitle className='text-left text-2xl'>Sign in</DialogTitle>
<DialogDescription className='text-left'>to continue to honghong.me</DialogDescription>
<DialogDescription className='text-left'>to continue to fiqlab.vercel.app</DialogDescription>
</DialogHeader>
<div className='my-6 flex flex-col gap-4'>
<Button
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/trpc/routers/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const commentsRouter = createTRPCRouter({
if (type === 'reply' && !input.parentId) return

await resend.emails.send({
from: 'Hong from honghong.me <[email protected]>',
from: 'fiq from fiqlab.vercel.app<[email protected]',
to,
subject: `New ${type} posted`,
react: CommentNotification({
Expand Down

0 comments on commit b823f25

Please sign in to comment.