Skip to content

Commit

Permalink
remove extra buttons
Browse files Browse the repository at this point in the history
This will eventually be dealt with properly via #2560
  • Loading branch information
nathankota authored Mar 5, 2024
1 parent 1bc6036 commit e449800
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/collaboration/events.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type { IStandardPageMetadata } from '@models/products/sgid/types';
import QuickLinks from '@components/page/QuickLinks.astro';
import Section from '@components/page/Section.astro';
import Layout from '@layouts/FullWidth.astro';
import ButtonLink from '@components/page/ButtonLink.astro';
import { Image } from 'astro:assets';
Expand Down Expand Up @@ -93,7 +92,6 @@ const page: IStandardPageMetadata = {
<p>
Maps on the Hill, better known as MOTH, is an annual, free event held in the Rotunda of the Utah State Capitol. It is an excellent opportunity for students and professionals to showcase their work and share with Utah's elected officals and the public how current mapping technology is being applied to important issues across a wide range of disciplines in all levels of government, the private sector, and higher education.
</p>
<ButtonLink style="outline" />
</Section>
<Section {...page.section[2]}>
<Image
Expand All @@ -105,7 +103,6 @@ const page: IStandardPageMetadata = {
<p>
The annual Utah Geographic Information Council conference is the premier Utah GIS event, held each year in a new and exciting location in the Great State of Utah. From seasoned GIS professionals to new and upcoming students, this conference provides an opportunity to grow your GIS knowledge base and expand your networking reach. Geospatial experts hold workshops and presentations that are guaranteed to elevate individual GIS cognition in our rapidly changing field. The event is packed full of great presentations, workshops, vendors and opportunities to advance your GIS skills and learn from other GIS professionals.
</p>
<ButtonLink style="outline" />
</Section>
<Section {...page.section[3]}>
<Image
Expand Down

0 comments on commit e449800

Please sign in to comment.