Skip to content

Commit

Permalink
Fix unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yhojann-cl committed May 21, 2024
1 parent f4a2fc9 commit 907505d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<meta name="description" content="Yhojann Aguilera Aguayo - Chile" />
<meta name="author" content="Yhojann Aguilera" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<link href="%PUBLIC_URL%/assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="%PUBLIC_URL%/assets/css/font-awesome.min.css" rel="stylesheet" />
<script src="%PUBLIC_URL%/assets/js/bootstrap.min.js"></script>
</head>
<body>
<noscript>Necesitas habilitar Javascript para ver el contenido.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/loader-mockup.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ class LoaderMockupComponent extends Component {
</div>

<div className="flex-fill align-self-center d-flex flex-row">
<div className="align-self-center spinner-border app-text-color-3 opacity-50"></div>
<div className="align-self-center spinner-border opacity-50"></div>
</div>
</div>
);
}
}

export default LoaderMockupComponent;
export default LoaderMockupComponent;

0 comments on commit 907505d

Please sign in to comment.