We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbd76c commit cb9e909Copy full SHA for cb9e909
website/src/component/Preview/Footer.js
@@ -6,12 +6,17 @@ export default function (props) {
6
return (
7
<div style={{ paddingBlock: 20 }}>
8
{url && (
9
- <a href={url} target="_blank" rel="noopener noreferrer">
+ <a href={url} target="_blank" rel="noopener noreferrer" style={{ color: '#333' }}>
10
在Github上编辑本页!
11
</a>
12
)}
13
<Divider type="vertical" />
14
- <a target="_blank" rel="noopener noreferrer" href="https://github.com/uiwjs/react-native-uiw/issues">
+ <a
15
+ target="_blank"
16
+ rel="noopener noreferrer"
17
+ href="https://github.com/uiwjs/react-native-uiw/issues"
18
+ style={{ color: '#333' }}
19
+ >
20
提交bug
21
22
</div>
0 commit comments