Skip to content

Commit

Permalink
docs: pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed May 27, 2024
1 parent 7baf268 commit adae2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
const [visible, setVisible] = useState(false);
return (
<div className="m-10 p-4 shadow bg-gray-100 text-gray-800 hover:shadow-md transition-all">
<div className="badge badge-warning absolute right-0 top-0 m-4">
<div className="badge badge-warning absolute right-0 top-0 m-2 mr-10">
Build Time: {BUILD_TIME}
</div>
<h1>react-progress-loader</h1>
Expand Down

0 comments on commit adae2a8

Please sign in to comment.