mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-02-10 17:14:31 +01:00
chore: update project count and add project link
This commit is contained in:
@@ -66,7 +66,7 @@ export default function Navbar() {
|
||||
className="font-bold text-center px-12 py-8 rounded-8 text-primary-400 hover:bg-primary-200 hover:bg-opacity-10"
|
||||
>Go explore <FiArrowRight className="ml-4" /></Link>
|
||||
:
|
||||
<a href="https://airtable.com"
|
||||
<a href="https://airtable.com/shrlL6c8benYf86zB"
|
||||
target='_blank' rel="noreferrer"
|
||||
className="font-bold text-center px-12 py-8 rounded-8 text-primary-600 hover:bg-primary-200 hover:bg-opacity-10"
|
||||
>Submit project <BiRocket className="ml-4" /></a>
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function Header(props: Props) {
|
||||
|
||||
|
||||
const subtitle = currentHeader === 'category' ? ""
|
||||
: currentHeader === 'all-default' ? "Use our searchable data platform to discover 1,542 lightning projects & companies"
|
||||
: currentHeader === 'all-default' ? "Use our searchable data platform to discover 1,400+ lightning projects & companies"
|
||||
: currentHeader === 'all-search' ? "" : ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user