Skip to content

Commit

Permalink
update for main
Browse files Browse the repository at this point in the history
  • Loading branch information
bveal52 committed Dec 18, 2024
1 parent 426ccf2 commit cfeba69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/frontend/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ export default function DashboardPage() {
</div>
<div className='flex items-center space-x-2'>
<>
<Toaster />
<button
type="button"
className='inline-flex items-center justify-center px-4 py-2 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500'
Expand Down
2 changes: 1 addition & 1 deletion development_scripts/local/setup_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def setup(args):
print("Setting up local environment")

# SET YOUR DOCKER HUB USERNAME HERE!
docker_hub_username = "bveal"
docker_hub_username = "DOCKER_HUB_USERNAME"

# SET KEYCLOAK INFO HERE!
# Ask Riley how to set this up
Expand Down

0 comments on commit cfeba69

Please sign in to comment.