mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
revert browser newux changes (#5714)
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
|
||||
import React from "react"
|
||||
|
||||
export const Host = () => <small>{window.location.host}</small>
|
||||
export const Host = () => (
|
||||
<div className="fes-host">
|
||||
<i className="fa fa-globe" />
|
||||
<a href="/">{window.location.host}</a>
|
||||
</div>
|
||||
)
|
||||
|
||||
export default Host
|
||||
|
||||
Reference in New Issue
Block a user