-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
034943d
commit 073c6f5
Showing
4 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/frontend/next/src/components/BackToTopButton/BackToTopButton.tsx
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { FC } from 'react'; | ||
|
||
const BackToTopButton: FC = () => <h3>BackToTopButton</h3>; | ||
const BackToTopButton: FC = () => <h3>BackToTopButton Component</h3>; | ||
|
||
export default BackToTopButton; |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { FC } from 'react'; | ||
|
||
const Banner: FC = () => <h2>Banner</h2>; | ||
const Banner: FC = () => <h2>Banner component</h2>; | ||
|
||
export default Banner; |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { FC } from 'react'; | ||
|
||
const Posts: FC = () => <h3>POSTS</h3>; | ||
const Posts: FC = () => <h3>Posts Component</h3>; | ||
|
||
export default Posts; |
File renamed without changes.