Skip to content

Commit

Permalink
[docs][base-ui] Fix the broken image in the Tailwind CSS guide (mui#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored and mnajdova committed Sep 8, 2023
1 parent d213e3b commit aed3362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Player = React.forwardRef(function Player(
<div className="bg-white border-slate-100 dark:bg-slate-800 dark:border-slate-500 border-b rounded-t-xl p-4 pb-6 sm:p-10 sm:pb-8 lg:p-6 xl:p-10 xl:pb-8 space-y-6 sm:space-y-8 lg:space-y-6 xl:space-y-8">
<div className="flex items-center space-x-4">
<img
src="https://tailwindcss.com/_next/static/media/full-stack-radio.485d0b2c6e3aa1cacc6b50e462cd3675.png"
src="https://mui.com/static/base-ui/with-tailwind-css/full-stack-radio.png"
alt=""
width="88"
height="88"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aed3362

Please sign in to comment.