Skip to content

Commit

Permalink
User Manual link added
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikcode committed Mar 24, 2021
1 parent 5e26e1b commit a780102
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node_modules/.cache/.eslintcache

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Aladin/Aladin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default Aladin;
<div id="myModal" class="modal" style="display: none; position: fixed; z-index: 1;padding-top: 100px;left: 0;top: 0;width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);">
<div class="modal-content" style="position: relative;background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:80%;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);">
<div class="modal-header" style="padding: 2px 16px;background-color:#008CBA;color:white;"> <span class="close" style="color: white;float:right;font-size:28px;font-weight:bold;cursor:pointer;" onclick="handleClose()">&times;</span>
<h2>${data.name}</h2>
<h2>${data.name}</h2>
</div>
<div class="modal-body" style="padding: 2px 16px;">
<h2><strong>AstroSAT Visualizer Object Report</strong></h2>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Cards/InitialCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function InitialCard() {
</CardContent>
<CardActions style={{marginTop:'0'}}>
<a style={{textDecoration:"none",}} href="https://drive.google.com/file/d/1WiloUV13bP-KFWHciXHBsNi613FWOihW/view?usp=sharing" download="Complete_Catalog"><Button size="small" variant="contained" color="primary">Download Catalogs</Button></a>
<a style={{textDecoration:"none",}} href="https://github.com"><Button size="small" variant="contained" color="primary">View User Manual</Button></a>
<a style={{textDecoration:"none",}} href="https://drive.google.com/file/d/1ixOgcMPCoolMTo8uvkESYTDJCQQBww5O/view?usp=sharing"><Button size="small" variant="contained" color="primary">View User Manual</Button></a>
</CardActions>
</Card>
);
Expand Down

0 comments on commit a780102

Please sign in to comment.