diff --git a/OculusDB/frontend/src/Components/DetailsPage/DetailsPage.tsx b/OculusDB/frontend/src/Components/DetailsPage/DetailsPage.tsx
index 0d1c257..ef00ebf 100644
--- a/OculusDB/frontend/src/Components/DetailsPage/DetailsPage.tsx
+++ b/OculusDB/frontend/src/Components/DetailsPage/DetailsPage.tsx
@@ -209,15 +209,19 @@ let DetailsPage = ( props: DetailsPageProps ) => {
-
Developer Only Build.
+
window.open('https://meta.phazed.xyz/?bin_id=' + v.id)}>Download
>
+ }>
+ window.open('https://meta.phazed.xyz/?bin_id=' + v.id)}>Download (Developer Only)
+ Developer Only Build.
+
Changelog: {v.changelog === "" ? "None" : v.changelog}
Size: {v.sizeFormatted}
Required Space: {v.requiredSpaceFormatted}
Uploaded: {new Date(v.uploadedDate).toString()}
-
Release Channel: {v.releaseChannels.map((x: any) => x.name).join(', ')}
+
Release Channel: {v.releaseChannels.map((x: any) => x.name).join(', ')}
ID: {v.id}
Version Code: {v.versionCode}
diff --git a/OculusDB/frontend/src/Components/SearchPage/SearchPage/Result.tsx b/OculusDB/frontend/src/Components/SearchPage/SearchPage/Result.tsx
index e85954a..25240b9 100644
--- a/OculusDB/frontend/src/Components/SearchPage/SearchPage/Result.tsx
+++ b/OculusDB/frontend/src/Components/SearchPage/SearchPage/Result.tsx
@@ -27,7 +27,7 @@ let Result = ( { app, setCurrentTab }: ResultProps ) => {
@@ -36,9 +36,9 @@ let Result = ( { app, setCurrentTab }: ResultProps ) => {
Free
- { app.offerPriceFormatted }
+ { app.priceFormatted }
- { app.priceFormatted }
+ { app.offerPriceFormatted }
{ app.priceFormatted }