From 73d48a0e4faa6275eb37e9df3a9669416bcfda8d Mon Sep 17 00:00:00 2001 From: Camila Sosa Morales Date: Fri, 31 Mar 2023 14:38:22 -0300 Subject: [PATCH] chore: fix link create AP button (#199) --- ui/src/views/explore/header.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/explore/header.tsx b/ui/src/views/explore/header.tsx index 317eda5..01f57a0 100644 --- a/ui/src/views/explore/header.tsx +++ b/ui/src/views/explore/header.tsx @@ -1,6 +1,7 @@ import { Button } from '@/components'; import { Link } from 'react-router-dom'; import { Header as HS } from './header.styles'; + export const Header = () => ( @@ -14,7 +15,7 @@ export const Header = () => ( Create an NFA {/* TODO replace with create ap route */} -