mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
oops
This commit is contained in:
@@ -645,7 +645,7 @@ function BrowserChrome({children, setPostPromise, setAlbumsPromise}) {
|
||||
<span className="text-gray-30">example.com</span>
|
||||
/artists/the-beatles
|
||||
</div>
|
||||
<div class="bg-card rounded-full flex justify-center items-center animation-pulse">
|
||||
<div className="bg-card rounded-full flex justify-center items-center animation-pulse">
|
||||
<button
|
||||
onClick={handleRestart}
|
||||
className="flex items-center p-1.5 rounded-full hover:bg-gray-20 hover:bg-opacity-50 cursor-pointer justify-center">
|
||||
@@ -653,7 +653,7 @@ function BrowserChrome({children, setPostPromise, setAlbumsPromise}) {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="z-10 loading h-0.5 w-[75%] bg-link transition-all duration-200 absolute bottom-0 left-0"></div>
|
||||
<div className="z-10 loading h-0.5 w-[75%] bg-link transition-all duration-200 absolute bottom-0 left-0"></div>
|
||||
</div>
|
||||
<div className="">{children}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user