BDU 1.1.1
This commit is contained in:
1
bun.lock
1
bun.lock
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
|
"configVersion": 0,
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"": {
|
"": {
|
||||||
"name": "lncvrt-games-website",
|
"name": "lncvrt-games-website",
|
||||||
|
|||||||
@@ -22,17 +22,17 @@ export default function BerryDashUltimateGameInfo () {
|
|||||||
<p className='text-2xl mt-4 mb-1'>Downloads</p>
|
<p className='text-2xl mt-4 mb-1'>Downloads</p>
|
||||||
<div className='downloads'>
|
<div className='downloads'>
|
||||||
<Link
|
<Link
|
||||||
href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.0-android.apk'
|
href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.1-android.apk'
|
||||||
draggable={false}
|
draggable={false}
|
||||||
>
|
>
|
||||||
Android
|
Android
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
{/* <Link
|
||||||
href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.0-ios.ipa'
|
href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.1-ios.ipa'
|
||||||
draggable={false}
|
draggable={false}
|
||||||
>
|
>
|
||||||
iOS
|
iOS
|
||||||
</Link>
|
</Link> */}
|
||||||
<Link href='/download' draggable={false}>
|
<Link href='/download' draggable={false}>
|
||||||
Windows, macOS, or Linux
|
Windows, macOS, or Linux
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user