Skip to content

Commit 323a2c4

Browse files
resolved merge conflicts
2 parents c027b16 + 5730cfc commit 323a2c4

447 files changed

Lines changed: 43827 additions & 12202 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config-overrides.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line import/no-extraneous-dependencies
12
const webpack = require('webpack');
23

34
module.exports = function override(config) {

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
To create a production bundle, use `npm run build` or `yarn build`.
3838
-->
3939
<script type="module" src="/src/index.jsx"></script>
40-
<a class="top" href="#">Back to Top ↑</a>
40+
<a class="back-to-top" href="#" aria-label="Back to top">
41+
42+
</a>
4143
</body>
4244
</html>

0 commit comments

Comments
 (0)