mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-16 17:59:49 +00:00
Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
This commit is contained in:
parent
fa50bbad9c
commit
19c25713c4
387 changed files with 4785 additions and 4109 deletions
|
@ -30,7 +30,16 @@ export default function Component({ service }) {
|
|||
}
|
||||
`}</style>
|
||||
<div className="absolute top-0 bottom-0 right-0 left-0">
|
||||
<Image layout="fill" objectFit="fill" className="blur-md" src={stream} alt="stream" onError={(e) => {e.target.parentElement.parentElement.className='tv-static'}} />
|
||||
<Image
|
||||
layout="fill"
|
||||
objectFit="fill"
|
||||
className="blur-md"
|
||||
src={stream}
|
||||
alt="stream"
|
||||
onError={(e) => {
|
||||
e.target.parentElement.parentElement.className = "tv-static";
|
||||
}}
|
||||
/>
|
||||
<Image layout="fill" objectFit={fit} className="drop-shadow-2xl" src={stream} alt="stream" />
|
||||
</div>
|
||||
<div className="absolute top-0 right-0 bottom-0 left-0 overflow-clip shadow-[inset_0_0_200px_#000] shadow-theme-700/10 dark:shadow-theme-900/10" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue