-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: 비로그인 시 toast를 띄우고 return 한다. * refactor: 불필요한 footer 제거 * fix: 내가 제출한 시험 목록 조회 쿼리에 "내가 제출한"의 필터링 추가 * refactor: useExamLikeManager 공통 로직 분할
- Loading branch information
Showing
5 changed files
with
130 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,23 +15,6 @@ const Footer = () => { | |
@alstn113 | ||
</a> | ||
</div> | ||
<div> | ||
service: | ||
<a | ||
href="https://github.com/alstn113/fluffy" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
className="font-semibold hover:underline ml-1" | ||
> | ||
@fluffy | ||
</a> | ||
</div> | ||
<div> | ||
email: | ||
<a href="mailto:[email protected]" className="font-semibold hover:underline ml-1"> | ||
[email protected] | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters