Skip to content

Commit

Permalink
minor chage
Browse files Browse the repository at this point in the history
  • Loading branch information
PeanutBrrutter committed Aug 11, 2024
1 parent 1ae9d84 commit ae8cf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/parent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if (data.folder_id) {
const googleDriveBaseUrl = "https://drive.google.com/drive/folders/";
const folderUrl = googleDriveBaseUrl + data.folder_id;
document.getElementById("materials-link").href = folderUrl;
document.getElementById("media-link").href = folderUrl;
} else {
console.error('Folder ID not found in response');
}
Expand All @@ -42,7 +42,7 @@
<nav class="nav-desktop">
<ul class="menu-list">
<li><a href="/parent">Home</a></li>
<li><a id="materials-link" href="#" target="_blank">Child Media</a></li>
<li><a id="media-link" href="#" target="_blank">Child Media</a></li>
<li><a href="/parent/announcements">Announcements</a></li>
<li><a href="/parent/profile">Profile</a></li>
<li><a href="/logout">Logout</a></li>
Expand Down

0 comments on commit ae8cf73

Please sign in to comment.