8000 [web-ui] Replace gradient image · enggaraziz/threads-api@9976f17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9976f17

Browse files
committed
[web-ui] Replace gradient image
1 parent 89e050d commit 9976f17

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

threads-web-ui/components/AppDirectoryItem.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ export const AppDirectoryItem: React.FC = () => {
88
<div
99
className="w-[100px] h-[100px] flex items-center justify-center rounded-xl relative"
1010
style={{
11-
backgroundImage: `url('/gradient.jpg')`,
11+
backgroundImage: `url('/assets/mesh-gradient.png')`,
1212
backgroundSize: 'cover',
1313
}}
1414
>
15-
<div className="absolute top-0 bottom-0 left-0 right-0 backdrop-sepia" />
1615
<Image
1716
src={PirateFlagIcon}
1817
alt="Pirate Flag"
3.81 MB
Loading

threads-web-ui/public/gradient.jpg

-58 KB
Binary file not shown.

0 commit comments

Comments
 (0)
0