Skip to content

Commit 179a99b

Browse files
committed
remove ported style tag
1 parent 9386b33 commit 179a99b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/next/src/next-devtools/dev-overlay/styles/component-styles.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { DEV_TOOLS_INFO_USER_PREFERENCES_STYLES } from '../components/errors/dev
2424
import { DEV_TOOLS_INFO_RENDER_FILES_STYLES } from '../components/overview/segment-explorer'
2525
import { FADER_STYLES } from '../components/fader'
2626
import { RESTART_SERVER_BUTTON_STYLES } from '../components/errors/error-overlay-toolbar/restart-server-button'
27-
import { NEXT_LOGO_STYLES } from '../components/devtools-indicator/next-logo'
2827

2928
export function ComponentStyles() {
3029
return (
@@ -55,7 +54,6 @@ export function ComponentStyles() {
5554
${DEV_TOOLS_INFO_USER_PREFERENCES_STYLES}
5655
${DEV_TOOLS_INFO_RENDER_FILES_STYLES}
5756
${FADER_STYLES}
58-
${NEXT_LOGO_STYLES}
5957
`}
6058
</style>
6159
)

0 commit comments

Comments
 (0)