Embellish "base URL" caption

This commit is contained in:
Damiano Albani
2017-07-18 15:23:44 +02:00
committed by GitHub
parent 904d3ece8e
commit c076a07092

View File

@@ -15,7 +15,7 @@ class Path extends React.Component {
return ( return (
<pre className="base-url"> <pre className="base-url">
[ Base url: {host}{basePath}] [ Base URL: {host}{basePath} ]
</pre> </pre>
) )
} }