Commit 4e19bb8
fix(ui): include UTM params in logo href directly
The logo link was hardcoded to https://www.prisma.io with no UTM
params, relying entirely on the click handler to append them. Now
the logo href includes UTM params from the component props when
present — same pattern used for the Login/Signup buttons.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 64a04c4 commit 4e19bb8
1 file changed
Lines changed: 4 additions & 1 deletion
File tree
- packages/ui/src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
97 | | - | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments