Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Datify</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Match.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class Match extends Component {
style={{ minHeight: "100vh" }}
>
{this.props.isFirstForm && (
<div className="slide-in-from-right">
<div className="fade-in">
<div className="cardMatch d-flex flex-column align-items-center shadow-lg">
<SongInput
token={this.props.token}
Expand Down Expand Up @@ -99,7 +99,7 @@ export default class Match extends Component {
)}

{this.props.isSecondForm && (
<div className="slide-in-from-left">
<div className="fade-in">
<div className="cardMatch d-flex flex-column align-items-center shadow-lg">
<SongInput
token={this.props.token}
Expand Down