We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88682c commit f4f40b2Copy full SHA for f4f40b2
src/components/parts/IPv4Chart.svelte
@@ -167,7 +167,7 @@ Visualize various IPv4 related info
167
style:--un-bg-opacity={`${opacityForDetailInPercent}%`}
168
>
169
<div class="h-full" style:width={`${beforeIP}%`} />
170
- {#key address}
+ {#key address - network}
171
<div
172
in:fade
173
class="mix-blend-hard-light h-full bg-lime-900 rounded"
0 commit comments