Skip to content

Conversation

@Aeesh
Copy link

@Aeesh Aeesh commented Apr 19, 2021

No description provided.

package.json Outdated
"scripts": {
"start": "REACT_APP_VERSION=$(git describe --abbrev=0) REACT_APP_GIT_SHA=$(git rev-parse --short HEAD) react-scripts start",
"serve": "REACT_APP_VERSION=$(git describe --abbrev=0) REACT_APP_GIT_SHA=$(git rev-parse --short HEAD) BROWSER=none react-scripts start",
"serve": "react-scripts start",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this change

<Text>Blockchain Analytics Tool </Text>
<LogoCon>
<Text> Brought to you by </Text>
<img src={CryptonomicLogo} alt="img"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set alt attribute to something like Brought to you by Cryptonomic


<BottomDiv>
<Title2>Discover Arronax</Title2>
<img src={DownArrow} alt="img"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alt, same here if you can

<img src={PlaceholderImage1} alt="img"/>
<AnchorTag className={classes.alignRight}>
<Link to={topBakersUrl}>
<AnchorTag style={{marginTop: '-7px'}} className={classes.alignRight}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please set custom styles dynamically in AnchorTag or add in classes

<AnchorTag>
<Link to={{ pathname: "https://periscope.arronax.io/blocks?q=priorityBlocks"}} target="_blank" >
View Graph on Periscope
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if possible please save svg as file in images and import to component

<AnchorTag style={{marginTop: '-7px'}} className={classes.alignRight}>
<Link to={{ pathname: "https://harpoon.arronax.io/"}} target="_blank" >
View Baker Stats on Harpoon
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same svg

<AnchorTag>
<Link to={{ pathname: "https://periscope.arronax.io/accounts"}} target="_blank" >
View Graph on Periscope
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same svg

</Grid>
<Grid item xs={6}>
<img src={PlaceholderImage1} alt="img"/>
<img style={{marginBottom: '-18px'}} src={PlaceholderImage1} alt="img"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please pass margin bottom in class to avoid inline styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants