diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-12 22:30:03 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-12 22:30:03 +0200 |
commit | 4cd4de192922a965310637b11083171e49bca976 (patch) | |
tree | 08d526b992dd584dfbf289f979d00caddf0e9025 /pages/search.tsx | |
parent | d87f86f3fb30462ea74d4a2603e1b132088509f0 (diff) |
half redpwn ctf writeup (will continue tomorrow)
Diffstat (limited to 'pages/search.tsx')
-rw-r--r-- | pages/search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/search.tsx b/pages/search.tsx index b95d70e..6f5d1a7 100644 --- a/pages/search.tsx +++ b/pages/search.tsx @@ -149,7 +149,7 @@ export default function SearchPage() { <Navbar page='search' /> </div> </div> - <MobileNavbar/> + <MobileNavbar /> <div className='contentWrapper'> <SearchBar searchFunction={() => { |