From 95f7a3c824b25b9eb42e5db7992b79907bbeac62 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 19 Dec 2020 16:18:58 +0000 Subject: [PATCH] renamed HCard to Cards --- websrc/components/{HCard.tsx => Cards.tsx} | 0 websrc/components/Navbars.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename websrc/components/{HCard.tsx => Cards.tsx} (100%) diff --git a/websrc/components/HCard.tsx b/websrc/components/Cards.tsx similarity index 100% rename from websrc/components/HCard.tsx rename to websrc/components/Cards.tsx diff --git a/websrc/components/Navbars.tsx b/websrc/components/Navbars.tsx index cc54629..6b8565b 100644 --- a/websrc/components/Navbars.tsx +++ b/websrc/components/Navbars.tsx @@ -1,6 +1,6 @@ import React, {Component} from "react"; import {NewTickMessage} from "../types"; -import {SidebarCard, WalletCard} from "./HCard"; +import {SidebarCard, WalletCard} from "./Cards"; import {DollarIcon} from "./Icons"; export class Navbar extends Component {