Component that renders a link to the user's previous search, or generate a new link if they have not come from a search page.
import BackToSearchLink from '@homeflow/v4-lib/components/properties/back-to-search-link.component';...<BackToSearchLink className="flex items-center text-sm py-2 hover:accent"> <LuChevronsLeft className="mr-1" /> Back to search results</BackToSearchLink> Copy
import BackToSearchLink from '@homeflow/v4-lib/components/properties/back-to-search-link.component';...<BackToSearchLink className="flex items-center text-sm py-2 hover:accent"> <LuChevronsLeft className="mr-1" /> Back to search results</BackToSearchLink>
Component that renders a link to the user's previous search, or generate a new link if they have not come from a search page.