Skip to content

Commit

Permalink
Merge branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbaeten committed Feb 12, 2024
2 parents 1dd9720 + deaeb3e commit 8cea5d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"sass": "^1.58.3",
"vite": "^4.1.0"
"vite": "^4.2.3"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ <h2 class="mb-0 me-3">BeReal Time History API</h2>
</div>
<p>You can integrate real time and historic moment data into your own project. To get started, you'll need to request an API key. This is unique to your project and should not be shared.</p>
<div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe4ZJE2wLwvCuG1MZi-0c4AsPoqC0eOGFHHZ-q1yTfnpwQI6g/viewform" target="blank" class="btn btn-primary">Request API Key</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdY_43_2YhXRn4uF9mL73pY-9Dxh4hGEFg4JBYpRvqsuDvKug/viewform" target="blank" class="btn btn-danger">Report Abuse</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeC4emJU-oZkXtWpCP7mWAfMQEV64mRzAEPN8EBxDB85WkFBw/viewform" target="blank" class="btn btn-primary">Request API Key</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdY_43_2YhXRn4uF9mL73pY-9Dxh4hGEFg4JBYpRvqsuDvKug/viewform" target="blank" class="btn btn-danger d-none">Report Abuse</a>
</div>
<hr>
<h3>V1 Documentation</h3>
Expand Down

0 comments on commit 8cea5d1

Please sign in to comment.