Skip to content

Commit 3302364

Browse files
Updated schedule link and iframe viewer style
1 parent 2885b4b commit 3302364

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/app/schedule/schedule.component.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ import { MatExpansionModule } from '@angular/material/expansion';
77
imports: [MatExpansionModule],
88
template: `
99
<iframe
10-
src="https://drive.google.com/file/d/16_HsxhjMKXkJ8U2o1sUGiWQidTdimgod/preview"
10+
src="https://drive.google.com/file/d/13t2nRUBoVohyc47uXZncu7yuTBxROcnL/preview"
1111
title="Cronograma DevFest 2023"
1212
referrerpolicy="no-referrer"
1313
width="100%"
14-
style="height: 83vh"
14+
class="pdf-viewer"
1515
></iframe>
1616
`,
17+
styles: [
18+
`
19+
.pdf-viewer {
20+
height: 83vh;
21+
}
22+
`,
23+
],
1724
})
1825
export default class ScheduleComponent {}

0 commit comments

Comments
 (0)