mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-09 02:08:15 -06:00
begin adding URL, link action on AbstractCard
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user