Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GithubManagement.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Octokit } from "@octokit/rest";
//import { Octokit } from "@octokit/rest";
import * as dotenv from "dotenv";
import * as fs from "fs";
import * as readline from "readline";
Expand Down
1 change: 1 addition & 0 deletions assets/css/globals.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@tailwind base;
@tailwind components;
@tailwind utilities;
Expand Down
368 changes: 0 additions & 368 deletions assets/css/oldIndex.css

This file was deleted.

1 change: 1 addition & 0 deletions components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
NuxtLink(to="/students") Students
NuxtLink(to="/generate-teams") Generate Teams
NuxtLink(to="/demographics") Demographics
NuxtLink(to="/login") Login
.mt-auto.flex.flex-col.gap-y-4
NuxtLink(to="https://discord.gg/UyPg3ykKq3")
img.size-8(alt="Discord Logo" src="/discord.svg")
Expand Down
Loading