Skip to content

Commit

Permalink
Merge pull request #29 from oaknational/feat/remove-header-feedback
Browse files Browse the repository at this point in the history
feat: remove feedback message from header
  • Loading branch information
johnrobeds authored Aug 30, 2024
2 parents 79df249 + 756354b commit a541e90
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/nextjs/src/components/AppComponents/Chat/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ export function Header() {
<span className="font-bold">AI lesson assistant</span>
<BetaTag />
</div>
<p className="text-sm">
<a
href="https://docs.google.com/forms/d/1yRiO9DOGuCXR6Phyr8gaKFh7-Lr_4sFpVxXZ2igQH7A/edit"
target="_blank"
className="font-bold text-blue underline"
>
Give feedback
</a>{" "}
to help us improve!
</p>
</div>
<div className="flex items-center justify-end space-x-10">
<div className="hidden items-center sm:flex">
Expand Down

0 comments on commit a541e90

Please sign in to comment.