Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions com-dict-client/.env.sample

This file was deleted.

8 changes: 5 additions & 3 deletions com-dict-client/src/components/Footer/FooterPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function Footer() {
<BugOutlined />
</Col>
<Col span={22}>
<Link to="#" className="link">
<Link to={{ pathname: "https://github.com/scorelab/com-dictionary/pulls" }} target="_blank" className="link">
Bug Report
</Link>
</Col>
Expand All @@ -90,17 +90,19 @@ function Footer() {
<GithubOutlined />
</Col>
<Col span={22}>
<Link to="#" className="link">
<Link to={{ pathname: "https://github.com/scorelab/com-dictionary" }} target="_blank" className="link">
GitHub
</Link>


</Col>
</Row>
<Row>
<Col span={2}>
<ExclamationCircleOutlined />
</Col>
<Col span={22}>
<Link to="#" className="link">
<Link to={{ pathname: "https://github.com/scorelab/com-dictionary/issues" }} target="_blank" className="link">
Issues
</Link>
</Col>
Expand Down