mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: constants urls, changelog url
This commit is contained in:
@@ -45,7 +45,7 @@ const Changelog = () => {
|
||||
</div>
|
||||
)}
|
||||
<iframe
|
||||
src="http://muetab.com/blog/changelog?embed=true"
|
||||
src={variables.constants.CHANGELOG_URL + '?embed=true'}
|
||||
onLoad={handleLoad}
|
||||
scrolling="no"
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user