Skip to content

Commit

Permalink
chore: add render new asset banner
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 29, 2023
1 parent ffbee10 commit 55f4e15
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ export const AssetListFilters = () => {

return (
<div className="col-span-full w-full space-y-5">
<NewAssetBanner asset="jlp" image="https://static.jup.ag/jlp/icon.png" />
<NewAssetBanner
asset="render"
image="https://shdw-drive.genesysgo.net/5zseP54TGrcz9C8HdjZwJJsZ6f3VbP11p1abwKWGykZH/rndr.png"
/>
<div className="flex flex-col gap-2 lg:flex-row lg:items-center lg:gap-8">
<div className="flex w-[150px] h-[42px] mr-auto">
<MrgnLabeledSwitch
Expand Down

0 comments on commit 55f4e15

Please sign in to comment.