Merge pull request #3408 from dalbani/patch-1

Embellish "base URL" caption
This commit is contained in:
shockey
2017-07-19 12:22:20 -07:00
committed by GitHub

View File

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