Skip to content

Commit

Permalink
Merge pull request #105 from ASSETS-Conference/suraj
Browse files Browse the repository at this point in the history
fix: small corrections to layout
  • Loading branch information
surajgoraya authored Apr 4, 2024
2 parents c4a2777 + 9024f46 commit e7dd30e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assets-2024",
"version": "0.2.4",
"version": "0.2.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 3 additions & 2 deletions src/app/lib/components/Persona.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ export default function Persona({
<div className={`p-4 flex flex-col ${picture ? 'mt-auto mb-auto' : ''}`}>
{/* <p className="font-light text-xs">{role}</p> */}
<p className="font-bold text-2xl mb-1">{name}</p>
<p className="text-xs italic mb-1">{`${affiliation}, ${location}`}</p>
<p className="text-xs mb-1 italic inline-block">{`${affiliation},`}</p>
<p className="text-xs italic inline-block">{`${location}`}</p>

<div className=" mt-8 flex gap-2 text-sm items-center">
<div className="mt-8 flex gap-2 text-sm items-center flex-grow justify-self-end">
<FaArrowUpRightFromSquare aria-hidden={true}/>
<Link href={`mailto:${email}`} className={"text-theme-off-white"}>{email}</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/lib/config/committees.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const ORGANIZING_COMMITTEE = [
name: "Taliesin Smith",
role: "Local Arrangements 2",
// picture: undefined,
picture: "/assets/committees/organizing/taliesin_smith.webp",
picture: "/assets/committees/organizing/taliesin_smith.png",
affiliation: "University of Colorado Boulder",
location: "UNITED STATES",
email: "[email protected]",
Expand Down

0 comments on commit e7dd30e

Please sign in to comment.