Skip to content

Commit

Permalink
feat: delete PDF whitepaper from static
Browse files Browse the repository at this point in the history
  • Loading branch information
RodinGolodin committed Jun 19, 2024
1 parent 31d3cce commit 0bbf177
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pages/basics/white-paper.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

.download-button {
position: absolute;
top: 5px;
right: 5px;
top: 0;
right: 0;
padding: 5px 10px;
background-color: #2762D8;
color: white;
border: none;
border-radius: 5px;
border-radius: 0;
text-decoration: none;
text-align: center;
font-size: 14px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/basics/white-paper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import './white-paper.css'; // Import the CSS file for custom styling
import './white-paper.css';

const WhitePaper = () => {
const googleDriveEmbedLink = "https://drive.google.com/file/d/1pZoUWvbT45-G7zcD2XThPFFPDrUGeqYc/preview";
Expand Down
Binary file removed static/Ronin_Whitepaper_v2.pdf
Binary file not shown.

0 comments on commit 0bbf177

Please sign in to comment.