Skip to content

Commit

Permalink
removing loading.css references
Browse files Browse the repository at this point in the history
  • Loading branch information
anahita-m committed Mar 18, 2021
1 parent 0196dec commit c40dd72
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion client/public/index.html
Expand Up @@ -37,7 +37,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Frank Ocean</title>
<link rel="stylesheet" href="loading.css">
<!-- <link rel="stylesheet" href="loading.css"> -->
</head>
<body style="background-color: #f5e4d3">
<!-- <div class="loading" id="loading">
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/loading.js
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import './loading.css';
// import './loading.css';

export default class Loading extends Component {
render() {
Expand Down
2 changes: 1 addition & 1 deletion client/src/loading.html
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Frank Ocean</title>
<link rel="stylesheet" href="loading.css">
<!-- <link rel="stylesheet" href="loading.css"> -->
</head>
<body>
<div className="loading section" id="loading">
Expand Down

0 comments on commit c40dd72

Please sign in to comment.