Improve footer.

This commit is contained in:
Yang Luo 2021-07-18 17:50:50 +08:00
parent bce606896f
commit eeda5e5629

View File

@ -423,7 +423,7 @@ class App extends Component {
textAlign: 'center',
}
}>
Made with <span style={{color: 'rgb(255, 255, 255)'}}></span> by <a style={{fontWeight: "bold", color: "black"}} target="_blank" href="https://casbin.org" rel="noreferrer">Casbin</a>
Made with <span style={{color: 'rgb(255, 255, 255)'}}></span> by <a style={{fontWeight: "bold", color: "black"}} target="_blank" href="https://casdoor.org" rel="noreferrer">Casdoor</a>
</Footer>
)
}