Skip to content

Commit

Permalink
feat: final
Browse files Browse the repository at this point in the history
  • Loading branch information
choipureum committed Jun 1, 2024
1 parent 65d59ea commit f62eb39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
## 💡 서비스 개요

> **Fact Checker**는 페이크뉴스 탐지 AI 서비스입니다.
<br />
>
![스크린샷 2024-06-01 오후 12.13.44.png](..%2F..%2F%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7%202024-06-01%20%EC%98%A4%ED%9B%84%2012.13.44.png)

## 💡 개요

Expand Down
2 changes: 1 addition & 1 deletion src/components/atoms/InputWithButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function InputWithButton() {
<p className="py-1 text-lg">
{" "}
<span style={{ fontWeight: "bold", color: "cadetblue" }}>
{result.subject}
[{result.subject}]
</span>
의 사실 정확도는{" "}
<span style={{ fontWeight: "bold", color: "indianred" }}>
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

a {
font-weight: 500;
color: #646cff;
color: cornflowerblue !important;
text-decoration: inherit;
}
a:hover {
Expand Down

1 comment on commit f62eb39

@vercel
Copy link

@vercel vercel bot commented on f62eb39 Jun 1, 2024

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.