Skip to content

Commit

Permalink
remove background from codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 10, 2022
1 parent 454d201 commit 510558d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Index() {
<div className="absolute inset-0">
<img
className="h-full w-full object-cover"
src="https://upload.wikimedia.org/wikipedia/commons/6/68/Sonic_Youth_live_20050707.jpg"
src="https://user-images.githubusercontent.com/1500684/157774694-99820c51-8165-4908-a031-34fc371ac0d6.jpg"
alt="Sonic Youth On Stage"
/>
<div className="absolute inset-0 bg-[color:rgba(254,204,27,0.5)] mix-blend-multiply" />
Expand Down
Binary file removed public/background.jpg
Binary file not shown.

0 comments on commit 510558d

Please sign in to comment.