fix: rename slug by alias

This commit is contained in:
Yann Amsellem
2024-12-10 16:42:00 +01:00
parent 4d45e088c7
commit 3f2fc9b9cc
2 changed files with 2 additions and 12 deletions

View File

@@ -99,7 +99,7 @@
/>
</label>
<label>
<span>Slug:</span>
<span>Alias:</span>
<input
type="text"
placeholder="ethereum_events"
@@ -165,16 +165,6 @@
&:not(:read-only):is(:focus-within, :hover) {
border-color: hsl(0deg 0% 34%);
}
&:read-only {
background-color: inherit;
border-color: transparent;
padding-left: 0;
&::placeholder {
color: inherit;
}
}
}
label > div {

View File

@@ -44,7 +44,7 @@
event: () => navigator.clipboard.writeText(source.path)
},
{
label: 'Copy slug',
label: 'Copy alias',
event: () => navigator.clipboard.writeText(source.slug)
},
{ is_separator: true },