From f62eb39900032dfebc2ad4411490484fb1c386df Mon Sep 17 00:00:00 2001 From: choipureum Date: Sat, 1 Jun 2024 13:15:57 +0900 Subject: [PATCH] feat: final --- README.md | 4 ++-- src/components/atoms/InputWithButton.tsx | 2 +- src/index.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 136a029..f49fead 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ ## πŸ’‘ μ„œλΉ„μŠ€ κ°œμš” > **Fact Checker**λŠ” νŽ˜μ΄ν¬λ‰΄μŠ€ 탐지 AI μ„œλΉ„μŠ€μž…λ‹ˆλ‹€. - -
+> +![μŠ€ν¬λ¦°μƒ· 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) ## πŸ’‘ κ°œμš” diff --git a/src/components/atoms/InputWithButton.tsx b/src/components/atoms/InputWithButton.tsx index 6553a4f..50ad077 100644 --- a/src/components/atoms/InputWithButton.tsx +++ b/src/components/atoms/InputWithButton.tsx @@ -71,7 +71,7 @@ export function InputWithButton() {

{" "} - {result.subject} + [{result.subject}] 의 사싀 μ •ν™•λ„λŠ”{" "} diff --git a/src/index.css b/src/index.css index 5fea57c..a096fda 100644 --- a/src/index.css +++ b/src/index.css @@ -16,7 +16,7 @@ a { font-weight: 500; - color: #646cff; + color: cornflowerblue !important; text-decoration: inherit; } a:hover {