Skip to content

Commit

Permalink
Merge pull request #52 from Kusitms-29th-ASAP/docs/#48
Browse files Browse the repository at this point in the history
[Docs] favicon 및 title 추가
  • Loading branch information
yyypearl authored May 18, 2024
2 parents 8f5af6d + 8f27dcd commit fa84bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export default function RootLayout({
}>) {
return (
<html lang="kor">
<head>
<title>스쿨포인트</title>
</head>
<body>
<Provider store={store}>
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit fa84bad

Please sign in to comment.