Add OAS3 indicator
This commit is contained in:
5
src/core/components/version-stamp.jsx
Normal file
5
src/core/components/version-stamp.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react"
|
||||
|
||||
export default ({ version }) => {
|
||||
return <small><pre className="version"> { version } </pre></small>
|
||||
}
|
||||
Reference in New Issue
Block a user