mirror of https://github.com/halo-dev/halo
perf: hide upload cover button of user detail page
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
5d4613dd42
commit
bb62ebc89e
|
@ -144,7 +144,7 @@ const handleTabChange = (id: string) => {
|
||||||
|
|
||||||
<div class="absolute top-6 right-6">
|
<div class="absolute top-6 right-6">
|
||||||
<div class="">
|
<div class="">
|
||||||
<IconUpload class="text-white" />
|
<IconUpload v-if="false" class="text-white" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue