help-beta: Remove header from Zulip note.

We don't want to have a title of note and the ⓘ  icon in the note aside.
The only way to do this is to have our custom component called
ZulipNote.
This commit is contained in:
Shubham Padia
2025-07-21 10:59:41 +00:00
committed by Tim Abbott
parent 8f51b93223
commit 6d93465f3b
3 changed files with 20 additions and 5 deletions

View File

@@ -305,4 +305,10 @@ export default tseslint.config(
},
},
...astroConfigs.recommended,
{
files: ["help-beta/src/components/ZulipNote.astro"],
rules: {
"import/unambiguous": "off",
},
},
);