begin adding URL, link action on AbstractCard

This commit is contained in:
2024-05-09 23:08:32 -05:00
parent 28f58a362f
commit bd49b57376
4 changed files with 22 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ const Index: NextPage = () => {
className="mb-2"
/>
) : null}
{response != null ? <Generic data={response} /> : null}
{response != null ? <Generic url={"https://google.com"} data={response} /> : null}
</div>
</div>
</>