Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray-D-Song committed Nov 9, 2024
1 parent 697e32e commit ec4c099
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions packages/server/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/web/src/components/readability-page-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function ReadabilityPageContent({ pageHtml }: ReadabilityPageContentProps) {
}, [article?.content])

return (
<main>
<main className="flex flex-col gap-4 items-center">
<h1 className="text-2xl font-bold">{article?.title}</h1>
<h3 className="text-sm text-muted-foreground">{article?.excerpt}</h3>
<div className="prose dark:prose-invert" ref={articleContainerRef}></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/pages/(layout)/page.[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function ArchivePage() {
size="sm"
onClick={() => setReadMode(!readMode)}
>
{readMode ? 'open Read mode' : 'open Iframe mode'}
{readMode ? 'open Iframe mode' : 'open Read mode'}
</Button>
<Button
variant="destructive"
Expand Down

0 comments on commit ec4c099

Please # to comment.