mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 23:24:38 +02:00
Adds Survey route
This commit is contained in:
parent
c792b3246e
commit
fc15ad05f9
15
src/pages/survey.js
Normal file
15
src/pages/survey.js
Normal file
@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
import Layout from '@theme/Layout';
|
||||
import '../styles/Survey.scss';
|
||||
|
||||
export default function Survey() {
|
||||
return (
|
||||
<Layout
|
||||
title="Dashy Survey"
|
||||
description="Documentation | Dashy, a self-hosted dashboard for your homelab">
|
||||
<main className="survey">
|
||||
<iframe id="dashy-survey" src="https://n9fy6xak9yd.typeform.com/to/gl0L68ou"></iframe>
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
}
|
6
src/styles/Survey.scss
Normal file
6
src/styles/Survey.scss
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
iframe#dashy-survey {
|
||||
width: 100%;
|
||||
height: 92vh;
|
||||
border: none;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user