Skip to content

Commit

Permalink
chore: fixing content and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahuletto committed Oct 23, 2024
1 parent 9018737 commit 2be4977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Sidebar/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Popup() {
</div>
<p className="mx-2 text-center opacity-50">
This platform is entirely developed by two students, operates independently, without any
direct connection or endorsement from the university. The content is fetched from the university website and was never stored in our side.
direct connection or endorsement from the university. The content is fetched from the university website itself.
</p>
<Link className="mt-4 dark:bg-dark-info-background bg-light-info-background px-3 py-1 rounded-lg text-light-info-color dark:text-dark-info-color font-medium" href="https://academia.srmist.edu.in" target="_blank">Link to official academia</Link>
<button onClick={clicked} className="absolute bottom-0 left-0 flex h-12 w-full items-center justify-center rounded-b-[42px] bg-light-accent bg-opacity-25 font-medium text-light-accent dark:bg-dark-accent dark:bg-opacity-25 dark:text-dark-accent">
Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ClassPro",
"short_name": "Academia",
"short_name": "ClassPro",
"description": "University data, beautifully presented at your fingertips",
"theme_color": "#11151B",
"lang": "en",
Expand All @@ -19,8 +19,8 @@
}
],
"background_color": "#11151B",
"start_url": "https://academia-pro.vercel.app/",
"scope": "https://academia-pro.vercel.app/",
"start_url": "https://class-pro.vercel.app/",
"scope": "https://class-pro.vercel.app/",
"handle_links": "preferred",
"launch_handler": {
"client_mode": "focus-existing"
Expand Down

0 comments on commit 2be4977

Please sign in to comment.