Skip to content

Commit

Permalink
Actually add arcade embed file
Browse files Browse the repository at this point in the history
  • Loading branch information
whitep4nth3r committed Sep 25, 2023
1 parent f8cd137 commit c38690c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/_components/arcadeEmbed.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
function ArcadeEmbed({ embedCode, title }) {
return /* html */ `
<div class="post__arcadeEmbed">
${embedCode}>
</div>`;
}

module.exports = ArcadeEmbed;

0 comments on commit c38690c

Please sign in to comment.