Skip to content

Commit

Permalink
chore: enable DMs to public
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 26, 2024
1 parent 78fa187 commit 20d298a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/web/src/components/Shared/Navbar/MessagesIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ import type { FC } from 'react';

import { EnvelopeIcon } from '@heroicons/react/24/outline';
import { Tooltip } from '@hey/ui';
import isFeatureAvailable from '@lib/isFeatureAvailable';
import Link from 'next/link';

const MessagesIcon: FC = () => {
if (!isFeatureAvailable('messages')) {
return null;
}

return (
<Tooltip content="Messages" placement="bottom">
<Link
Expand Down

1 comment on commit 20d298a

@vercel
Copy link

@vercel vercel bot commented on 20d298a Mar 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz
web-heyxyz.vercel.app

Please sign in to comment.