Skip to content

Commit

Permalink
Time passes by ... oh hey it's frico_mr1 now!
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilSonar authored and ZerNico committed Jun 10, 2022
1 parent eec9e17 commit c7ece86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/devices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
export default {
async asyncData({ $axios }) {
const fetchedDevices = await $axios.$get(
"https://raw.githubusercontent.com/PotatoProject/vendor_potato/frico-release/devices.json"
"https://raw.githubusercontent.com/PotatoProject/vendor_potato/frico_mr1-release/devices.json"
);
const devices = Array.from(Object.entries(fetchedDevices)).map(
([name, body]) => {
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
</div>
<div class="col-span-6">
<a
href="https://github.com/PotatoProject/vendor_potato/blob/frico-release/CHANGELOG.md"
href="https://github.com/PotatoProject/vendor_potato/blob/frico_mr1-release/CHANGELOG.md"
target="_blank"
>
<button
Expand Down

0 comments on commit c7ece86

Please sign in to comment.