Skip to content

Commit

Permalink
Fixed API bug
Browse files Browse the repository at this point in the history
- The app was crashing. It was fixed the issue.
  • Loading branch information
FANMixco committed Feb 7, 2024
1 parent 4d45737 commit 12f178f
Show file tree
Hide file tree
Showing 11 changed files with 1,317 additions and 1,384 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta property="twitter:title" content="Gravity Now!">
<meta property="twitter:description" content="Gravity Now! Is an educational platform that aims to be the # 1 tool for teaching the physical sciences related to gravity.">
<meta property="twitter:image" content="./assets/preview.png">
<style>@-webkit-keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes leaflet-control-locate-throb{0%{r:9;stroke-width:1}50%{r:7;stroke-width:3}to{r:9;stroke-width:1}}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}html,body{height:100%}</style><link rel="stylesheet" href="styles.44d156c6c305230a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.44d156c6c305230a.css"></noscript></head>
<style>:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}html,body{height:100%}</style><link rel="stylesheet" href="styles.39c90517ef90938f.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.39c90517ef90938f.css"></noscript></head>
<body>
<app-root></app-root>

Expand All @@ -34,6 +34,6 @@

gtag('config', 'UA-7438484-10');
</script>
<script src="runtime.b59a30e24fd20971.js" type="module"></script><script src="polyfills.dcc5d3dca48df6e8.js" type="module"></script><script src="scripts.6df98b7e0016a755.js" defer></script><script src="main.3a0a27938c51b88e.js" type="module"></script>
<script src="runtime.b59a30e24fd20971.js" type="module"></script><script src="polyfills.f102a0b50709b3be.js" type="module"></script><script src="scripts.6df98b7e0016a755.js" defer></script><script src="main.e12ff597f890399a.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion main.3a0a27938c51b88e.js

This file was deleted.

1 change: 1 addition & 0 deletions main.e12ff597f890399a.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion polyfills.dcc5d3dca48df6e8.js

This file was deleted.

1 change: 1 addition & 0 deletions polyfills.f102a0b50709b3be.js

Large diffs are not rendered by default.

Loading

0 comments on commit 12f178f

Please sign in to comment.