Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upcoming: [M3-7874] - Linode Create Refactor - Marketplace App Sections #10520

Prev Previous commit
Next Next commit
use client side icon url
  • Loading branch information
bnussman committed May 31, 2024
commit 7cb9e9ff00945a3abab65374a55e3d55aa7902b0
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ export const UserDefinedFields = ({ onOpenDetailsDrawer }: Props) => {
<img
alt={`${stackscript.label} logo`}
height={60}
src={`/${stackscript.logo_url}`}
src={`/assets/${marketplaceAppInfo.logo_url}`}
/>
<Typography variant="h2">
{decode(stackscript.label.replace('One-Click', ''))} Setup
Loading