feat: Minor updates to try and deploy to digital ocean
This commit is contained in:
@@ -50,12 +50,18 @@ extension ViewController: DependencyKey {
|
||||
switch request.route {
|
||||
case .index:
|
||||
return MainPage {
|
||||
div {
|
||||
div(.class("space-y-6")) {
|
||||
div(.class("pb-8")) {
|
||||
p(.class("dark:text-gray-200")) {
|
||||
"Professional calculators for HVAC system design and troubleshooting."
|
||||
}
|
||||
}
|
||||
|
||||
WarningBox(
|
||||
"This site is still under construction, not all it's functionality is working.",
|
||||
"This page needs updated to display a grid of calculators.",
|
||||
"Below are the SVG's used on the site, for making sure they work."
|
||||
)
|
||||
div {
|
||||
p(.class("font-2xl dark:text-gray-200 pb-6")) {
|
||||
"SVG's"
|
||||
|
||||
Reference in New Issue
Block a user