fix quotes

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-12 23:41:41 +01:00
parent a7e131119c
commit c89060650d

View file

@ -27,7 +27,8 @@ function EmptyPropertyState() {
<div className="flex justify-center h-1/2">
<div className="bg-white rounded-lg w-full">
<p className="text-center text-gray-400 pt-6">
Hover over "Add new" to start adding properties to your Portfolio
Hover over &quot;Add new&quot; to start adding properties to your
Portfolio
<HomeIcon className="h-20 w-20 mx-auto mt-4 text-gray-200" />
</p>
</div>