Skip to content
Snippets Groups Projects
Commit c7f2590f authored by Michael Tobis's avatar Michael Tobis
Browse files

loader styling

parent d17e24cd
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@ import React from 'react'
export default function Loader() {
return (
<div>Loading...</div>
<div className="d-flex justify-content-center">
<div className="spinner-border text-primary" role="status">
<span className="visually-hidden">Loading...</span>
</div>
</div>
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment