Browse Source

Merge pull request #3408 from dalbani/patch-1

Embellish "base URL" caption
bubble
shockey 7 years ago
committed by GitHub
parent
commit
8775c63fb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core/components/info.jsx

+ 1
- 1
src/core/components/info.jsx 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>
)
}


Loading…
Cancel
Save