Skip to content

Commit

Permalink
feat: Search
Browse files Browse the repository at this point in the history
  • Loading branch information
ybgbob committed Nov 17, 2023
1 parent 52acdba commit ae31314
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 87 deletions.
2 changes: 1 addition & 1 deletion src/components/home/NotableAuthors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const NotableAuthors = () => {
<Flex wrap="wrap" justifyContent="space-between" gap="24px">
{USER_ADDRESS_LIST.map((item) => {
return (
<Link to={`/profile?address=${item}`}>
<Link key={item} to={`/profile?address=${item}`}>
<UserContainer
_hover={{
background: '#373943',
Expand Down
4 changes: 2 additions & 2 deletions src/components/svgIcon/Dcellar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const DcellarIcon = (props: IconProps) => {
{...props}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M6.57082 4.66699H8.66602V8.66699H4.66602V6.57192C4.66602 5.51982 5.51892 4.66699 6.57082 4.66699ZM6.57082 2.66699H8.66602H10.666V4.66699V8.66699V10.667H8.66602H4.66602H2.66602V8.66699V6.57192C2.66602 4.41528 4.41432 2.66699 6.57082 2.66699ZM13.71 5.66699H12.71V6.66699V12.6464L6.66366 12.6607L5.66602 12.6631V13.6607V20.9563V24.5094C5.66602 26.9897 7.67666 29.0003 10.1569 29.0003H13.71H20.9553H21.3327C25.5669 29.0003 28.9993 25.5678 28.9993 21.3337V20.9563V13.6104V13.3337C28.9993 9.09947 25.5669 5.66699 21.3327 5.66699H20.9553H13.71ZM7.66602 14.6583L12.71 14.6465V19.9563H7.66602V14.6583ZM14.71 14.6417V19.9563H19.9553V14.6294L17.335 14.6355L14.71 14.6417ZM7.66602 21.9563H12.71V27.0003H10.1569C8.78123 27.0003 7.66602 25.8851 7.66602 24.5094V21.9563ZM14.71 21.9563V27.0003H19.9553V21.9563H14.71ZM26.9655 21.9563C26.6779 24.5885 24.5875 26.6788 21.9553 26.9665V21.9563H26.9655ZM26.9993 19.9563H21.9553V14.6246L26.9993 14.6128V19.9563ZM26.9539 12.6129L21.9553 12.6246V7.70081C24.5547 7.9849 26.6257 10.027 26.9539 12.6129ZM14.71 7.66699H19.9553V12.6294L17.3303 12.6355L14.71 12.6417V7.66699Z"
fill="currentColor"
/>
Expand Down
Loading

0 comments on commit ae31314

Please sign in to comment.