Skip to content

Commit

Permalink
fix import profile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 committed Jun 28, 2021
1 parent b6b1239 commit f7c2be3
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 186 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-rpc",
"version": "2.1.1",
"version": "2.1.2",
"description": "A easy discord rpc",
"main": "dist/index.js",
"scripts": {
Expand Down
41 changes: 20 additions & 21 deletions public/help.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
:root {
background-color: #2C2F33;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #FFFFFF;
font-size: large;
background-color: #2c2f33;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #ffffff;
font-size: large;
}

h1{
text-align: center;
h1 {
text-align: center;
}
h3{
padding-left: 50px;
h3 {
padding-left: 50px;
}
a{
color: #bcd0dd;
a {
color: #bcd0dd;
}
.footer-div{
text-align: center;
.footer-div {
text-align: center;
}

.back-btn {
width: 100px;
height: 40px;
background-color: #7289DA;
color: #FFFFFF;
border: 1px solid #2c2f31;
border-radius: 20px;
font-size: large;
width: 100px;
height: 40px;
background-color: #5865f2;
color: #ffffff;
border: 1px solid #2c2f31;
border-radius: 20px;
font-size: large;
}

.back-btn:hover {
background-color: #8fa7ff;
background-color: #8fa7ff;
}

2 changes: 1 addition & 1 deletion public/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h6 style="margin: 0px; margin-bottom: 10px; color: #bcd0dd; margin-top: 5px; te
<h3>Here are a few things to get you started: </h3>
<div style="padding-left: 50px;">
<p><strong>&bull; Client ID: </strong>This is the ID of your application. It can be obtained from the <a
href="https://discord.com/developers/">Discord Developer
href="https://discord.dev">Discord Developer
Portal</a><br><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Note:
The name of this application directly affects the name of the RP</i></p>
<p><strong>&bull; Start & Stop Times: </strong>These will be the start and stop times of the RP. Just write
Expand Down
Loading

0 comments on commit f7c2be3

Please sign in to comment.