diff --git a/client/src/components/ui/ItchEmbed.tsx b/client/src/components/ui/ItchEmbed.tsx new file mode 100644 index 0000000..5303279 --- /dev/null +++ b/client/src/components/ui/ItchEmbed.tsx @@ -0,0 +1,26 @@ +/* +relevant game model values: + name + hostURL + itchEmbedID +*/ + +type ItchEmbedProps = { + embedID: string; + // hostURL: string; + name: string; +}; + +export function ItchEmbed({ embedID, name }: ItchEmbedProps) { + return ( +
+