Skip to content

Commit

Permalink
mention lfc being in beta phase (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoscriptor authored Jan 8, 2024
1 parent 8fc1b87 commit d9c52c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Button } from 'primereact/button';
import { InputText } from 'primereact/inputtext';
import { Chip } from 'primereact/chip';
import { FC, useContext, useState } from 'react';
import { StoreContext } from './StoreContext';
import { useAuth } from './useAuth';
Expand Down Expand Up @@ -30,7 +31,7 @@ export const Navbar: FC<NavbarProps> = () => {
<div className="font-bold min-w-full flex shadow-md z-20 border-red-300 justify-between px-3 py-2">
<div className="flex flex-1 gap-2">
<img src="/logo.png" width={50} height="auto" alt="LFC's logo" />
<span className="text-xl p-2">Looking For Contributors</span>
<span className="text-xl p-2">LFC <Chip label='beta' className='h-6' data-pr-tooltip='Currently in development'/> </span>
</div>
<div className="flex-1 flex justify-center">
<span className="p-input-icon-left">
Expand Down

0 comments on commit d9c52c1

Please sign in to comment.