Skip to content

Commit d568f8f

Browse files
committed
[NEB-192] Nebula: Add favicon (#6865)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on adding a favicon to the `nebula-app` by linking the favicon file in the HTML head section. ### Detailed summary - Added a `<link>` element to the `<head>` of the HTML to include the favicon located at `/assets/nebula/favicon.ico`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 7b0a213 commit d568f8f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
14.7 KB
Binary file not shown.

apps/dashboard/src/app/nebula-app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default function Layout(props: {
3535
return (
3636
<html lang="en" suppressHydrationWarning>
3737
<head>
38+
<link rel="icon" href="/assets/nebula/favicon.ico" />
3839
<PosthogHeadSetup />
3940
</head>
4041
<PHProvider>

0 commit comments

Comments
 (0)